fix: 修复一些typescript编译报错问题

This commit is contained in:
郝先瑞
2022-01-22 00:32:20 +08:00
parent da4f92f577
commit 9973aff235
6 changed files with 18 additions and 14 deletions

View File

@@ -91,7 +91,7 @@ const props = defineProps({
})
const state = reactive({
brandOptions: [],
brandOptions: [] as Array<any>,
// 商品图册
pictures: [] as Array<any>,
rules: {