mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-02-05 13:00:47 +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
|