moc变更管理系统框架
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import NProgress from 'nprogress';
|
||||
|
||||
/** Setup plugin NProgress */
|
||||
export function setupNProgress() {
|
||||
NProgress.configure({ easing: 'ease', speed: 500 });
|
||||
|
||||
// mount on window
|
||||
window.NProgress = NProgress;
|
||||
}
|
||||
Reference in New Issue
Block a user