misskey-awawa/src/client/app/app.vue

7 lines
91 B
Vue
Raw Normal View History

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