Sharkey/src/client/app/app.vue

7 lines
91 B
Vue
Raw Normal View History

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