mirror of
https://github.com/iczer/vue-antd-admin.git
synced 2025-04-06 03:57:44 +08:00
14 lines
126 B
Vue
14 lines
126 B
Vue
<template>
|
|
<router-view />
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'RouteView'
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|