feat: 添加注册页面,更新路由配置和表单验证逻辑
This commit is contained in:
9
src/views/auth/index.vue
Normal file
9
src/views/auth/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script lang='ts' setup>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<IonRouterOutlet />
|
||||
</template>
|
||||
|
||||
<style lang='css' scoped></style>
|
||||
Reference in New Issue
Block a user