1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 04:56:12 +02:00
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: {