Sharkey/src/client/app/app.vue

7 lines
91 B
Vue
Raw Normal View History

2018-02-09 17:52:26 -08:00
<template>
2018-08-31 17:16:25 -07:00
<div>
<router-view id="app"></router-view>
<modal-portal/>
</div>
2018-02-09 17:52:26 -08:00
</template>