antd
肥喵蒙太奇
这个作者很懒,什么都没留下…
展开
-
antd confirm 样例 this.$createElement 样例
antd confirm 使用this.$createElement原创 2021-08-10 14:13:49 · 781 阅读 · 0 评论 -
ant-design-vue 问题记录
getContainer 没有生效原创 2020-10-10 16:56:39 · 380 阅读 · 0 评论 -
记录(待学习任务)
const h = this.$createElement;let that = thisthis.$confirm({ title: h('div', {}, [ "确定要删除", h("span",{style: "color:red;"},`${info.name}及其下`), "吗?" ]), async onOk() { // await that.delete(info); }, onCa原创 2021-05-24 10:49:48 · 156 阅读 · 0 评论 -
AntDesign 长列表的使用
有些麻烦的组件原创 2019-09-06 15:43:04 · 1839 阅读 · 0 评论