naive-ui/packages/nimbus/ServiceLayout/index.js
2019-06-04 16:01:34 +08:00

8 lines
168 B
JavaScript

import ServiceLayout from './src/main.vue'
ServiceLayout.install = function (Vue) {
Vue.component(ServiceLayout.name, ServiceLayout)
}
export default ServiceLayout