This commit is contained in:
huanqing.shao
2019-10-04 09:58:52 +08:00
parent 60005dd558
commit cfc8a2df67
13 changed files with 937 additions and 2124 deletions

View File

@@ -0,0 +1,5 @@
export default {
created () {
this.config = this.$options.config
}
}