From 868ebfee3a09f106368f569b802ca5b5d10f140b Mon Sep 17 00:00:00 2001 From: simple321vip Date: Thu, 28 Apr 2022 09:28:08 +0800 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=B3=E3=83=91=E3=82=A4=E3=83=AB?= =?UTF-8?q?=E3=82=A8=E3=83=A9=E3=83=BC=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/blog/index.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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 = () => {