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