feat:移植工程
This commit is contained in:
7
src/views/blog/category.vue
Normal file
7
src/views/blog/category.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<blog-category />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import BlogCategory from '@/components/Blog/Category/BlogCategory.vue'
|
||||
</script>
|
||||
Reference in New Issue
Block a user