添加appList属性到wxmpConfig组件并传递给add.vue

This commit is contained in:
aixianling
2024-11-27 16:45:02 +08:00
parent 96d24a8b22
commit c4ae782195
2 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,8 @@ export default {
},
props: {
form: Object,
title: String
title: String,
appList: {default: () => []}
},
watch: {
form: {