更新:提取公共选择商品组件

This commit is contained in:
2025-11-19 14:16:01 +08:00
parent d76c6cdff1
commit 2731bfba38
12 changed files with 156 additions and 84 deletions

View File

@@ -134,7 +134,8 @@ interface Props {
const props = defineProps<Props>()
const emit = defineEmits<{
click: [chapter: IChapter]
click: [chapter: IChapter],
purchase: [catalogue: ICatalogue],
}>()
/**