crops/ruoyi-ui/src/App.vue
2019-10-08 09:14:38 +08:00

12 lines
135 B
Vue

<template>
<div id="app">
<router-view />
</div>
</template>
<script>
export default {
name: 'App'
}
</script>