diff --git a/core/core-frontend/src/views/template-market/index.vue b/core/core-frontend/src/views/template-market/index.vue index 2fe004ca51..7eeb865ad5 100644 --- a/core/core-frontend/src/views/template-market/index.vue +++ b/core/core-frontend/src/views/template-market/index.vue @@ -172,6 +172,7 @@ import MarketPreviewV2 from '@/views/template-market/component/MarketPreviewV2.v import { imgUrlTrans } from '@/utils/imgUtils' import CategoryTemplateV2 from '@/views/template-market/component/CategoryTemplateV2.vue' import { interactiveStoreWithOut } from '@/store/modules/interactive' +import { XpackComponent } from '@/components/plugin' const { t } = useI18n() const { wsCache } = useCache()