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-05-27 13:49:09 +09:00
parent 7cdb790f4e
commit d5f92eed8c
69 changed files with 314 additions and 330 deletions

View File

@@ -2,7 +2,7 @@
<mk-activity
:design="props.design"
:init-view="props.view"
:user="os.i"
:user="$store.state.i"
@view-changed="viewChanged"/>
</template>