审查视图

src/views/Main.vue 151 字节
朱兆平 authored
1 2 3 4 5 6 7
<template>
	<section>
		main
	</section>
</template>

<script>
8
    import rt from '../routes'
朱兆平 authored
9 10 11 12 13 14 15 16
	export default {
	}

</script>

<style scoped>

</style>