mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
9 lines
150 B
JavaScript
9 lines
150 B
JavaScript
|
/* istanbul ignore file */
|
||
|
import NLog from './src/main.vue'
|
||
|
|
||
|
NLog.install = function (Vue) {
|
||
|
Vue.component(NLog.name, NLog)
|
||
|
}
|
||
|
|
||
|
export default NLog
|