Ver código fonte

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

genlitex 2 meses atrás
pai
commit
2d3b7a9b6f
1 arquivos alterados com 4 adições e 2 exclusões
  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>