This commit is contained in:
Jane
2023-12-22 12:18:52 +08:00
parent 340f82a67e
commit 812109656a
746 changed files with 84928 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
// 公共的组件,来做为中间传达的工具
import Vue from 'vue'
export default new Vue({
data() {
return {
dataSourceId: ''
}
}
})