From 8209ece89c9ee3ba78969433b60b4d20af6b9421 Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期一, 31 三月 2025 18:41:31 +0800 Subject: [PATCH] 公共组件 --- src/views/home/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 432c998..9f00586 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -1,6 +1,7 @@ <template> <div class="home"> - <div class="profilePhoto"></div> + <div class="profilePhoto"> + </div> </div> </template> -- Gitblit v1.9.1