摘要: import Vue from 'vue'; // 自定义元素实现弹框拖拽 Vue.directive('draw', { inserted: function (el) { el.setAttribute('style', 'position: fixed; z-index: 1000'); }, 阅读全文
posted @ 2022-05-24 16:56 小韓烟柳 阅读(517) 评论(0) 推荐(0)