第一次上传

This commit is contained in:
dt_2916866708
2024-01-11 09:33:24 +08:00
commit b59bab8e90
822 changed files with 105065 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
import drag from './drag'
const install = function(Vue) {
Vue.directive('el-drag-drawer', drag)
}
if (window.Vue) {
window['el-drag-drawer'] = drag
Vue.use(install); // eslint-disable-line
}
drag.install = install
export default drag