11 lines
132 B
Vue
11 lines
132 B
Vue
<template>
|
|
<register-app type="email"></register-app>
|
|
</template>
|
|
|
|
<script setup>
|
|
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
</style>
|