mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-30 12:52:43 +08:00
10 lines
199 B
JavaScript
10 lines
199 B
JavaScript
|
/* istanbul ignore file */
|
||
|
import LoadingBar from './src/main.js'
|
||
|
|
||
|
LoadingBar.install = function (Vue) {
|
||
|
Vue.prototype.$NLoadingBar = LoadingBar
|
||
|
LoadingBar.Vue = Vue
|
||
|
}
|
||
|
|
||
|
export default LoadingBar
|