init
This commit is contained in:
9
src/views/dts/json-build/busReader.js
Normal file
9
src/views/dts/json-build/busReader.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// 公共的组件,来做为中间传达的工具
|
||||
import Vue from 'vue'
|
||||
export default new Vue({
|
||||
data() {
|
||||
return {
|
||||
dataSourceId: ''
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user