Ai
1 Star 11 Fork 5

mxcadx/mxcad

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
App.vue 460 Bytes
一键复制 编辑 原始数据 按行查看 历史
吴德雄 提交于 2025-09-17 16:10 +08:00 . test: pub-init test
<template>
<div id="app">
<HelloWorld msg="Welcome to Your Vue.js App"/>
</div>
</template>
<script>
import HelloWorld from './components/HelloWorld.vue'
export default {
name: 'App',
components: {
HelloWorld
}
}
</script>
<style>
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mxcadx/mxcad.git
git@gitee.com:mxcadx/mxcad.git
mxcadx
mxcad
mxcad
master

搜索帮助