This commit is contained in:
syuilo 2018-02-23 08:07:30 +09:00
parent 2fbd7ff3c6
commit 9a569fb30c
4 changed files with 58 additions and 16 deletions

View file

@ -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: {