@@ -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>
</template>