mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-29 14:46:43 -06:00
6 lines
91 B
Vue
6 lines
91 B
Vue
<template>
|
|
<div>
|
|
<router-view id="app"></router-view>
|
|
<modal-portal/>
|
|
</div>
|
|
</template>
|