v3
This commit is contained in:
17
src/pages/AccountCreatePage.vue
Normal file
17
src/pages/AccountCreatePage.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<pn-page-card>
|
||||
<template #title>
|
||||
<div class="col-grow">
|
||||
{{$t('login__register')}}
|
||||
</div>
|
||||
</template>
|
||||
<pn-scroll-list>
|
||||
<account-helper :type />
|
||||
</pn-scroll-list>
|
||||
</pn-page-card>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import accountHelper from 'components/admin/accountHelper.vue'
|
||||
const type = 'new'
|
||||
</script>
|
||||
Reference in New Issue
Block a user