rename progress class to prevent conflicts

This commit is contained in:
patmood 2017-08-26 18:16:30 -07:00
parent 192c25e3e8
commit 02f9454b66

View File

@ -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;