mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-15 04:42:23 +08:00
11 lines
234 B
JavaScript
11 lines
234 B
JavaScript
/* istanbul ignore file */
|
|
import LoadingBar from './src/main.js'
|
|
|
|
LoadingBar.install = function (Vue) {
|
|
console.log('installLoadingBar')
|
|
Vue.prototype.$NLoadingBar = LoadingBar
|
|
LoadingBar.Vue = Vue
|
|
}
|
|
|
|
export default LoadingBar
|