Эх сурвалжийг харах

admin-2025-02-15 04:40:01

genlitex 2 сар өмнө
parent
commit
714be05939

+ 3 - 1
src/views/HomeView.vue

@@ -4,7 +4,9 @@
     <h2>欢迎使用Prototype Design, 请您根据您的需要设计您的Prototype</h2>
   </div>
   <div class="button-container">
-    <button @click="goToLogin">GO TO LOGIN</button>
+    <template>
+  <a-button type="primary" @click="goToLogin">GO TO LOGIN</a-button>
+</template>
   </div>
 </div>
 </template>