mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-18 22:51:02 +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>
|
<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,
|
||||||
@ -87,8 +87,8 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style>
|
||||||
.progress {
|
.nuxt-progress {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
|
Loading…
Reference in New Issue
Block a user