1. 首页
  2. 数据库
  3. 其它
  4. Vue $attrs & inheritAttr实现button禁用效果案例

Vue $attrs & inheritAttr实现button禁用效果案例

上传者: 2021-02-01 16:45:39上传 PDF文件 136.03KB 热度 6次
components/Button.vue <button :disabled=$attrs.disabled>点击</button> [removed] export default { inheritAttrs: false, } [removed] <style scoped> </style> App.vue <Button disabled>&
下载地址
用户评论