Toggle nav
Posted 10 years ago - updated 10 years ago
Vuejs Progressbar
<template> <div> <progress :percent.sync="myProgress.percent" :options="myProgress.options"></progress> <router-view></router-view> </div> </template>
http://hilongjw.github.io/vue-progressbar/index.html#!/