join_admin/src/layout/clean.vue

6 lines
80 B
Vue

<template>
<div class="app-wrapper">
<router-view />
</div>
</template>