ant $confirm 提示中content h()函数的写法

this.$confirm({

    title:'测试',

    content: (h) => {

       <div>h函数</div>

       <div><a-input  Vmodel={this,inputVal}/></div>

      <div><a-checkbox  onChange={this,onCheckChange}> </a-checkbox></div>

 },

 onOk() {},

onCancel(){}

})

posted @ 2023-04-20 09:25  蜗牛不是涡流  阅读(351)  评论(0编辑  收藏  举报