1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 07:16:14 +02:00
This commit is contained in:
syuilo
2017-11-16 03:06:52 +09:00
parent a2f75ea49d
commit 8b91502ab5
21 changed files with 267 additions and 165 deletions

View File

@@ -14,7 +14,7 @@ document.title = 'Misskey | アプリの連携';
/**
* init
*/
init(me => {
init(() => {
mount(document.createElement('mk-index'));
});