51net

1 引入messageBox 插件
import {MessageBox} from ‘element-ui’
== 不同于一般插件在使用Vue.use()方法 ==

2 在vue 的原型对象上挂载confirm
Vue.prototype.$confirm = MessageBox.confirm

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-17
  • 2021-05-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
猜你喜欢
  • 2021-05-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-26
  • 2021-08-18
  • 2021-09-05
相关资源
相似解决方案