上传前端测试

This commit is contained in:
橙子
2021-10-10 17:10:35 +08:00
parent ac1d398e69
commit 945437a2eb
30 changed files with 11061 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<template>
<hello-world />
</template>
<script>
import HelloWorld from '../components/HelloWorld'
export default {
name: 'Home',
components: {
HelloWorld,
},
}
</script>