init
This commit is contained in:
commit
44f31f8b9f
402 changed files with 47865 additions and 0 deletions
13
pages/account.vue
Normal file
13
pages/account.vue
Normal file
|
@ -0,0 +1,13 @@
|
|||
<template>
|
||||
<AccountPage />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { AccountPage } from '@/modules'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
AccountPage
|
||||
}
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue