misskey/src/client/app/app.vue

7 lines
91 B
Vue

<template>
<div>
<router-view id="app"></router-view>
<modal-portal/>
</div>
</template>