misskey/src/client/app/app.vue

7 lines
91 B
Vue
Raw Normal View History

2018-02-10 02:52:26 +01:00
<template>
2018-09-01 02:16:25 +02:00
<div>
<router-view id="app"></router-view>
<modal-portal/>
</div>
2018-02-10 02:52:26 +01:00
</template>