1.0.0 • Published 5 years ago

vue-nprogress-orh v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

vue-nprogress

进度条

examples

常规

<link href="path/vue-nprogress/css/index.css" rel="stylesheet">

<script src="https://cdn.bootcss.com/vue/2.6.10/vue.min.js"></script>
<script src="path/vue-nprogress/js/index.js"></script>

NPM

  1. 安装
yarn add vue-nprogress-orh --dev
  1. 引入 js
import vueNProgress from 'vue-nprogress-orh';

Vue.use(vueNProgress);
  1. 引入样式
@import "~vue-nprogress-orh/dist/css/index";

使用

this.$nprogress.start();

this.$nprogress.set(0.4);

this.$nprogress.inc();

this.$nprogress.done();