parent
7f8f7c2aa1
commit
b32527e057
352 changed files with 49537 additions and 49537 deletions
|
@ -1,23 +1,23 @@
|
|||
<template>
|
||||
<div class="account-box">
|
||||
<Header />
|
||||
<Actions />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Header from './Header'
|
||||
import Actions from './Actions'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
Header,
|
||||
Actions
|
||||
},
|
||||
data() {
|
||||
return {}
|
||||
},
|
||||
computed: {},
|
||||
methods: {}
|
||||
}
|
||||
</script>
|
||||
<template>
|
||||
<div class="account-box">
|
||||
<Header />
|
||||
<Actions />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Header from './Header'
|
||||
import Actions from './Actions'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
Header,
|
||||
Actions
|
||||
},
|
||||
data() {
|
||||
return {}
|
||||
},
|
||||
computed: {},
|
||||
methods: {}
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue