✌️
This commit is contained in:
parent
2fbd7ff3c6
commit
9a569fb30c
4 changed files with 58 additions and 16 deletions
|
|
@ -66,15 +66,11 @@ export default Vue.extend({
|
|||
components: {
|
||||
XHome
|
||||
},
|
||||
props: {
|
||||
page: {
|
||||
default: 'home'
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
fetching: true,
|
||||
user: null
|
||||
user: null,
|
||||
page: 'home'
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue