migrate signup page to composition API and typescript

This commit is contained in:
MaysWind
2025-01-19 22:13:06 +08:00
parent 019c993313
commit 92df98c3fb
8 changed files with 496 additions and 499 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
<script setup lang="ts">
import { computed } from 'vue';
interface StepBarItem {
export interface StepBarItem {
name: string;
title: string;
subTitle: string;