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