WIP
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
:info="$t(`${product.name}.info`)"
|
||||
:detailList="product.detailList"
|
||||
:imageUrl="product.imageUrl"
|
||||
:videoUrls="tm(`${product.name}.video-urls`) as string[]"
|
||||
:videoUrls="tm(`${product.name}.video-urls`) as VideoUrl[]"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -37,6 +37,7 @@ import { useI18n } from 'vue-i18n'
|
||||
import seekDetail from '@/components/seekDetail.vue'
|
||||
import cjqImage from '@/assets/water/cjq.png'
|
||||
import type { DetailItem, ProductInfoData } from '@/types/product'
|
||||
import type { VideoUrl } from '@/types/VideoUrl'
|
||||
|
||||
// import { useI18n } from 'vue-i18n'
|
||||
// const { t } = useI18n()
|
||||
|
||||
Reference in New Issue
Block a user