Files
gterFang/src/views/choosing-identity.vue
2023-07-13 15:30:10 +08:00

9 lines
232 B
Vue

<template>
<!-- 临时的 -->
<choosing-identity v-if="true"></choosing-identity>
</template>
<script setup>
import choosingIdentity from '@/components/edit/choosingIdentity.vue'
</script>
<style lang="less" scoped></style>