摘要: 1.下载组件 npm install --save jsencrypt 2.在main中引入 import JSEncrypt from "jsencrypt"; //引入模块 Vue.prototype.$jsEncrypt = JSEncrypt; //配置全局变量 3、页面中如何使用 let 阅读全文
posted @ 2022-11-10 17:40 维维WW 阅读(1125) 评论(0) 推荐(0)
摘要: 一、在弹框加样式名称 Toast({ message: '复制成功', className: 'noticeWidth' //所加样式名 }); 二、样式一定要写在全局页面,而不是当前所在页面,写在当前所在页面没效果; .noticeWidth { min-width: 305px!importan 阅读全文
posted @ 2022-11-10 17:30 维维WW 阅读(4366) 评论(0) 推荐(0)