diff --git a/core/core-frontend/src/views/template-market/component/TemplateSkeleton.vue b/core/core-frontend/src/views/template-market/component/TemplateSkeleton.vue new file mode 100644 index 0000000000..5426e3f3f5 --- /dev/null +++ b/core/core-frontend/src/views/template-market/component/TemplateSkeleton.vue @@ -0,0 +1,70 @@ + + + + + diff --git a/core/core-frontend/src/views/template-market/index.vue b/core/core-frontend/src/views/template-market/index.vue index a27421b889..11e97d151d 100644 --- a/core/core-frontend/src/views/template-market/index.vue +++ b/core/core-frontend/src/views/template-market/index.vue @@ -116,30 +116,14 @@ id="template-show-area" class="template-right" > - - - - - + +
@@ -183,6 +188,7 @@ import { useCache } from '@/hooks/web/useCache' import MarketPreviewV2 from '@/views/template-market/component/MarketPreviewV2.vue' import { imgUrlTrans } from '@/utils/imgUtils' import CategoryTemplateV2 from '@/views/template-market/component/CategoryTemplateV2.vue' +import TemplateSkeleton from '@/views/template-market/component/TemplateSkeleton.vue' import { interactiveStoreWithOut } from '@/store/modules/interactive' import { XpackComponent } from '@/components/plugin' import { useEmitt } from '@/hooks/web/useEmitt'