更新:提取公共选择商品组件
This commit is contained in:
@@ -134,7 +134,8 @@ interface Props {
|
||||
const props = defineProps<Props>()
|
||||
|
||||
const emit = defineEmits<{
|
||||
click: [chapter: IChapter]
|
||||
click: [chapter: IChapter],
|
||||
purchase: [catalogue: ICatalogue],
|
||||
}>()
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user