29 Star 6 Fork 0

彭晓娅/课程设计

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Home.vue 323 Bytes
一键复制 编辑 原始数据 按行查看 历史
<template>
<div class="home">
<img alt="Vue logo" src="../assets/logo.png">
<HelloWorld msg="Welcome to Your Vue.js App"/>
</div>
</template>
<script>
// @ is an alias to /src
import HelloWorld from '@/components/HelloWorld.vue'
export default {
name: 'Home',
components: {
HelloWorld
}
}
</script>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Pxy1234/kechengsheji.git
git@gitee.com:Pxy1234/kechengsheji.git
Pxy1234
kechengsheji
课程设计
master

搜索帮助