Restructure layout components and update page metadata
This commit is contained in:
@ -21,8 +21,8 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import KlSearch from '~/layout/kl-search/index.vue'
|
||||
import KlMenuV2 from '~/layout/kl-menus-v2/index.vue'
|
||||
import KlSearch from '~/components/kl-search/index.vue'
|
||||
import KlMenuV2 from '~/components/kl-menus-v2/index.vue'
|
||||
import SideMenu from '~/pages/home/components/SideMenu.vue'
|
||||
import MainContent from '~/pages/home/components/MainContent.vue'
|
||||
import RecommendedColumns from '~/pages/home/components/RecommendedColumns.vue'
|
||||
|
||||
Reference in New Issue
Block a user