//addFormVisibleIcon可在data中设置true与false


https://element.eleme.io/#/zh-CN/component/installation
<el-dialog title="标题" :visible.sync="addFormVisibleIcon" width="400px">
      内容都可随意写~
      <div slot="footer" class="dialog-footer">
        <el-button @click="addCloseFrom">取消</el-button>
        <el-button type="primary" @click="addSubmit" :loading="addLoading">提交</el-button>
      </div>
 </el-dialog>

  

相关文章:

  • 2021-12-26
  • 2022-12-23
  • 2021-08-31
  • 2021-12-19
  • 2021-08-27
  • 2021-08-07
  • 2021-08-01
猜你喜欢
  • 2021-12-26
  • 2022-12-23
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
相关资源
相似解决方案