Vue nprogress plugin
npm install vue-nprogress-orh进度条
``html
`
1. 安装
``
yarn add vue-nprogress-orh --dev
2. 引入 js
`
import vueNProgress from 'vue-nprogress-orh';
Vue.use(vueNProgress);
`
3. 引入样式
``
@import "~vue-nprogress-orh/dist/css/index";
`
this.$nprogress.start();
this.$nprogress.set(0.4);
this.$nprogress.inc();
this.$nprogress.done();
``
* 使用 NProgress