Merge branch 'develop' of https://gitee.com/siwa-team/dawa-vue into develop

This commit is contained in:
Yuanjianghong 2021-08-09 18:30:03 +08:00
commit b2e1164092
1 changed files with 5 additions and 5 deletions

View File

@ -7,14 +7,14 @@
</template>
<script>
import HelloWorld from '@/components/HelloWorld.vue'
import HelloWorld from "@/components/HelloWorld.vue";
export default {
name: 'Home',
name: "Home",
components: {
HelloWorld
}
}
HelloWorld,
},
};
</script>
<style>