diff --git a/src/view/blog/index.vue b/src/view/blog/index.vue index 3762b32..50f3fc1 100644 --- a/src/view/blog/index.vue +++ b/src/view/blog/index.vue @@ -17,9 +17,14 @@ import { reactive, ref } from 'vue'; import { get_blogs, getContent, newBlog, updateContent, deleteContent } from '../../api/blog' import router from '../../router/index' - -import { Blog, BlogType } from '../../entity/index' - +type Blog = { + bid: string, + btId: string, + btName: string, + title: string, + blog_prex: string, + content: string +} const data_list = reactive([]) const query = () => {