1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 05:26:03 +02:00
This commit is contained in:
syuilo
2018-02-10 10:52:26 +09:00
parent f339d028d2
commit 29b1541a8e
3 changed files with 15 additions and 2 deletions

3
src/web/app/app.vue Normal file
View File

@@ -0,0 +1,3 @@
<template>
<router-view></router-view>
</template>