mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-30 12:52:43 +08:00
8 lines
168 B
JavaScript
8 lines
168 B
JavaScript
import ServiceLayout from './src/main.vue'
|
|
|
|
ServiceLayout.install = function (Vue) {
|
|
Vue.component(ServiceLayout.name, ServiceLayout)
|
|
}
|
|
|
|
export default ServiceLayout
|