From b0f9f4e48dd214a09d8295951e682a0f9b7577e5 Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Tue, 25 Oct 2022 18:01:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=BF=9B=E5=BA=A6=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/web/car_dealer/vue/todo-list.html | 384 +++++++++++++------------ 1 file changed, 203 insertions(+), 181 deletions(-) diff --git a/code/web/car_dealer/vue/todo-list.html b/code/web/car_dealer/vue/todo-list.html index 8bb5442..a9a7124 100644 --- a/code/web/car_dealer/vue/todo-list.html +++ b/code/web/car_dealer/vue/todo-list.html @@ -2,7 +2,7 @@ * @Author: Kane * @Date: 2022-10-21 16:36:51 * @LastEditors: Kane - * @LastEditTime: 2022-10-23 15:22:51 + * @LastEditTime: 2022-10-25 14:21:00 * @FilePath: \car_dealer\vue\todo-list.html * @Description: * @@ -10,195 +10,217 @@ --> + + + + + 待办任务 + + + + + + - - - - - 待办任务 - - - - - - - - -
-
-
- {{errorMessage}} - -
-
-
-

{{title}}

-
-
- - + +
+
+
+ {{errorMessage}} +
-
-
-
- - {{item.todo_text}} - -
+
+

{{title}}

+
+
+ + - +
+
+
+
+ + {{item.todo_text}} + + + +
+
+
+
+

总计:{{todo_list.length}}

-
-
-

总计:{{todo_list.length}}

-
-
- - - - - \ No newline at end of file + const vm = Vue.createApp(app); + vm.mount("#app"); + +