添加appList属性到wxmpConfig组件并传递给add.vue
This commit is contained in:
@@ -10,7 +10,8 @@ export default {
|
||||
},
|
||||
props: {
|
||||
form: Object,
|
||||
title: String
|
||||
title: String,
|
||||
appList: {default: () => []}
|
||||
},
|
||||
watch: {
|
||||
form: {
|
||||
|
||||
Reference in New Issue
Block a user