Add new components for login and comment functionality
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 '~/layout/kl-search/index.vue'
|
||||
import KlMenuV2 from '~/layout/kl-menus-v2/index.vue'
|
||||
import SideMenu from './components/SideMenu.vue'
|
||||
import MainContent from './components/MainContent.vue'
|
||||
import RecommendedColumns from './components/RecommendedColumns.vue'
|
||||
|
||||
Reference in New Issue
Block a user