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