primevue-mirror/src/AppWrapper.vue

5 lines
79 B
Vue
Raw Normal View History

2022-02-23 11:42:11 +00:00
<template>
2022-02-23 12:09:16 +00:00
<div>
<router-view></router-view>
</div>
2022-02-23 13:44:06 +00:00
</template>