Files
uniapp-im-shop/pages/login/email-register/email-register.vue
2025-12-24 02:01:34 +08:00

11 lines
132 B
Vue

<template>
<register-app type="email"></register-app>
</template>
<script setup>
</script>
<style lang="scss" scoped>
</style>