From 6e089f294207e13459ad872a2fb6e701721f5506 Mon Sep 17 00:00:00 2001 From: long <515897141@qq.com> Date: 星期一, 13 五月 2024 14:44:48 +0800 Subject: [PATCH] 代码格式 --- src/pages/index.vue | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pages/index.vue b/src/pages/index.vue index 95254c8..1463a4c 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -1,8 +1,6 @@ <!--index.vue--> <template> - <div> - - </div> + <div /> </template> <script> @@ -36,4 +34,4 @@ </script> <style scoped> -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0