2020-11-16 16:59:18 +08:00

29 lines
263 B
Vue

<!-- -->
<template>
<div>
home
</div>
</template>
<script>
export default {
data () {
return {
}
},
computed: {},
beforeMount () {},
mounted () {
},
methods: {},
watch: {}
}
</script>
<style lang='' scoped>
</style>