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