@ecip/ecip-web
Version:
A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features
14 lines (13 loc) • 337 B
JavaScript
// import dialogDragWith from './dragWith'
//
// const install = function(Vue) {
// Vue.directive('dialog-drag-with', dialogDragWith)
// }
//
// if (window.Vue) {
// window['dialog-drag-with'] = dialogDragWith
// Vue.use(install); // eslint-disable-line
// }
//
// dialogDragWith.install = install
// export default dialogDragWith