Files
jdt-mer/src/views/multi-menu/index.vue
2022-11-24 18:16:37 +08:00

9 lines
119 B
Vue

<template>
<CommonPage>
<div>a</div>
<div pl-20>
<RouterView />
</div>
</CommonPage>
</template>