摘要:
这节主要讲了elementui的对话框,以及对话框结合form使用 关键代码: <el-dialog title="提示" :visible.sync="dialogVisible" width="30%"> <el-form :model="category"> <el-form-item lab 阅读全文
posted @ 2021-06-18 22:29
每天都要学一点
阅读(106)
评论(0)
推荐(0)
摘要:
httpget和post模板 一直用的hbuilder,到这里发现怎么设置也不生效,于是转vscode了 new global snippets file,手工创建模板vue.config-snippets 模板内容 "http-get请求": { "prefix": "httpget", "bod 阅读全文
posted @ 2021-06-18 22:21
每天都要学一点
阅读(97)
评论(0)
推荐(0)