15 lines
109 B
Vue
15 lines
109 B
Vue
<template>
|
|
<div>
|
|
home
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
|
|
</script>
|
|
|
|
<style scoped lang="scss">
|
|
|
|
</style>
|
|
|