1. 首页
  2. 安全技术
  3. 网络攻防
  4. vue插件–仿微信小程序showModel实现模态提示窗功能

vue插件–仿微信小程序showModel实现模态提示窗功能

上传者: 2020-11-22 04:56:47上传 PDF文件 62.62KB 热度 9次
效果图: 下面是源码: index.js import Vue from 'vue'; import model from './model.vue'; export default { install(Vue) { const defaults = { show: false, mask: true, title: '提示', content: '这是正文', confirmButton: true, cancelButton: true, confirmText: '确认', cancelText: '取消', cancelCallBack: (
下载地址
用户评论