Improve usability

This commit is contained in:
syuilo
2018-09-01 09:16:25 +09:00
parent 4c6fb60dd2
commit 6819eb3b4d
11 changed files with 72 additions and 45 deletions

View File

@ -1,3 +1,6 @@
<template>
<router-view id="app"></router-view>
<div>
<router-view id="app"></router-view>
<modal-portal/>
</div>
</template>