UNPKG

module-drag

Version:

<!-- * @Descripttion: * @version: * @Author: wb * @Date: 2024-02-29 10:49:25 * @LastEditTime: 2024-03-01 09:08:22 --> # module-drag

3 lines 163 B
import DragModules from './DragModules.vue' DragModules.install = Vue => Vue.component(DragModules.name, DragModules); //注册组件 export default DragModules;