mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
rename progress class to prevent conflicts
This commit is contained in:
parent
192c25e3e8
commit
02f9454b66
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="progress" :style="{
|
||||
<div class="nuxt-progress" :style="{
|
||||
'width': percent+'%',
|
||||
'height': height,
|
||||
'background-color': canSuccess? color : failedColor,
|
||||
@ -88,7 +88,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.progress {
|
||||
.nuxt-progress {
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
|
Loading…
Reference in New Issue
Block a user