From 3c0672cb59f584924a41d7b13bdaad9a1f8a04f1 Mon Sep 17 00:00:00 2001 From: "1329208516@qq.com" <1329208516@qq.com> Date: Sat, 21 Mar 2020 23:35:52 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=87=E7=AB=A0=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E9=A1=B5=E8=B0=83=E7=94=A8=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/article/Index.vue | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/src/article/Index.vue b/src/article/Index.vue index bb67beb..63efffd 100644 --- a/src/article/Index.vue +++ b/src/article/Index.vue @@ -2,25 +2,26 @@

- {{ article.title }} + {{ this.$route.params.id }} + {{ article.title }}

- {{ article.description }} +

-
- 这里面是内容 +
From 81e370f7eb4ad05d3aa411307d13934172763df5 Mon Sep 17 00:00:00 2001 From: "1329208516@qq.com" <1329208516@qq.com> Date: Sat, 21 Mar 2020 23:37:40 +0800 Subject: [PATCH 2/2] =?UTF-8?q?#16,=20=E6=96=87=E7=AB=A0=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E9=A1=B5=E8=B0=83=E7=94=A8=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/article/Index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/article/Index.vue b/src/article/Index.vue index 63efffd..a07b973 100644 --- a/src/article/Index.vue +++ b/src/article/Index.vue @@ -5,7 +5,6 @@ {{ article.title }}

-