mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
Merge pull request #1491 from patmood/fix-progress-class
rename progress class to prevent conflicts
This commit is contained in:
commit
5f39a1073e
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="progress" :style="{
|
||||
<div class="nuxt-progress" :style="{
|
||||
'width': percent+'%',
|
||||
'height': height,
|
||||
'background-color': canSuccess? color : failedColor,
|
||||
@ -87,8 +87,8 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.progress {
|
||||
<style>
|
||||
.nuxt-progress {
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
|
Loading…
Reference in New Issue
Block a user