mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
migrate signup page to composition API and typescript
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
<script setup lang="ts">
|
||||
import { computed } from 'vue';
|
||||
|
||||
interface StepBarItem {
|
||||
export interface StepBarItem {
|
||||
name: string;
|
||||
title: string;
|
||||
subTitle: string;
|
||||
|
||||
Reference in New Issue
Block a user