添加身份弹窗

This commit is contained in:
A1300399510
2023-07-13 11:38:29 +08:00
parent 6ad28c4f0a
commit 93e55767c5
7 changed files with 59 additions and 34 deletions

View File

@@ -1,19 +1,11 @@
<template>
<router-view />
</template>
<script>
<script setup>
import { useRouter } from 'vue-router'
const router = useRouter()
export default ({
setup() {
},
data() {
return {
};
},
})
// router.push(`/edit-choosing`)
</script>
<style>