This commit is contained in:
Jesse-Ma
2022-05-27 14:29:30 +08:00
parent af75777b4e
commit 0d10a1802a
32 changed files with 1909 additions and 1 deletions

19
src/views/HomeView.vue Normal file
View File

@@ -0,0 +1,19 @@
<template>
<div class="home">
home
</div>
</template>
<script>
export default {
name: 'HomeView',
components: {
},
data() {
return {
}
},
created() {
}
}
</script>