6 lines
91 B
Vue
6 lines
91 B
Vue
<template>
|
|
<div>
|
|
<router-view id="app"></router-view>
|
|
<modal-portal/>
|
|
</div>
|
|
</template>
|