初始化
This commit is contained in:
7
frontend/packages/Layout/index.js
Normal file
7
frontend/packages/Layout/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import BigScreenTopLayout from './ApplicationCreateTop/index.vue'
|
||||
|
||||
BigScreenTopLayout.install = function (Vue) {
|
||||
Vue.component(BigScreenTopLayout.name, BigScreenTopLayout)
|
||||
}
|
||||
|
||||
export default BigScreenTopLayout
|
||||
Reference in New Issue
Block a user