审查视图

src/views/Main.vue 185 字节
朱兆平 authored
1
<template>
2 3 4
	<div style="background: #fff;padding: 20px">
		Welcom
	</div>
朱兆平 authored
5 6 7
</template>

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

</script>

<style scoped>
16
</style>