引用过之后 在App.vue 的style中添加以下代码
background 就是要改变的颜色
后面要加上!important
<style>#nprogress .bar { background: green !important;}</style>
引用过之后 在App.vue 的style中添加以下代码
background 就是要改变的颜色
后面要加上!important
<style>#nprogress .bar { background: green !important;}</style>
本文标题:Nprogress 在vue中改变进度条的颜色
本文链接:https://www.haomeiwen.com/subject/aotvwltx.html
网友评论