Restructure components and update page configuration

This commit is contained in:
wangqiao
2025-08-25 08:47:00 +08:00
parent 0fe0f14193
commit 6e2d5989eb
6 changed files with 14 additions and 19 deletions

View File

@ -25,7 +25,7 @@
<script setup lang="ts">
import KlNavTab from '~/components/kl-nav-tab/index.vue'
import KlWallpaperCategory from '~/components/kl-wallpaper-category/index.vue'
import RecommendedColumnsV2 from './components/RecommendedColumnsV2.vue'
import RecommendedColumnsV2 from '~/components/drawe-components/RecommendedColumnsV2.vue'
// import FeaturedSpecials from './components/FeaturedSpecials.vue'
import { useRoute } from 'vue-router'
import { reactive, watch, ref } from 'vue'