浏览代码

admin-2025-02-15 04:15:55

genlitex 2 月之前
父节点
当前提交
2d3b7a9b6f
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      src/views/HomeView.vue

+ 4 - 2
src/views/HomeView.vue

@@ -1,8 +1,10 @@
 <template>
-  <div class="home">
+<div class="home">
+  <div>
     <h2>欢迎使用Prototype Design, 请您根据您的需要设计您的Prototype</h2>
-    <button @click="goToLogin">GO TO LOGIN</button>
   </div>
+  <button @click="goToLogin">GO TO LOGIN</button>
+</div>
 </template>
 
 <script>