1 Star 1 Fork 0

uni超 / 基于Vue2 + ElementUI 的用户增删改查案例

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jsconfig.json 279 Bytes
一键复制 编辑 原始数据 按行查看 历史
uni10 提交于 2022-06-29 15:40 . init
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}
1
https://gitee.com/ccuni/vue-easy-user-crud.git
git@gitee.com:ccuni/vue-easy-user-crud.git
ccuni
vue-easy-user-crud
基于Vue2 + ElementUI 的用户增删改查案例
master

搜索帮助