标签: Element

3 篇文章

Element UI Dialog 可拖拽移动
新建文件 directives.js import Vue from 'vue'; // v-dialogDrag: 弹窗拖拽属性 Vue.directive('dialogDrag', { bind(el, binding, vnode, oldVnode) { const dialogHeaderEl = el.querySelector('.…