05 2022 档案

摘要:import Vue from 'vue'; // 自定义元素实现弹框拖拽 Vue.directive('draw', { inserted: function (el) { el.setAttribute('style', 'position: fixed; z-index: 1000'); }, 阅读全文
posted @ 2022-05-24 16:56 小韓烟柳 阅读(505) 评论(0) 推荐(0) 编辑
摘要:1.在根目录的public下创建三个文件 index.js let config = { env: 'development', //development 测试 production 线上 VERSION: 'v0.1.1', APP_KEY: 'key' }; if (config.env 'd 阅读全文
posted @ 2022-05-16 15:50 小韓烟柳 阅读(460) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示