Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
/ vue3-drag-resize Public archive

一个Vue3.0组件,像Windows窗口那样拖动你的盒子;A Component for Vue.js 3.0

License

Notifications You must be signed in to change notification settings

gausszhou/vue3-drag-resize

Repository files navigation

vue3-drag-resize

Software License Npm Package

Live Demo

中文在线演示地址

Quick Start

npm install  @gausszhou/vue3-drag-resize
import { createApp } from "vue";

import VueDragReSize from "@gausszhou/vue3-drag-resize";
import "@gausszhou/vue3-drag-resize/lib/bundle.ems.css";

const app = createApp(App);

// 请使用大驼峰
app.component("VueDragReSize", VueDragReSize);

app.mount("#app");

Code Reference

https://github.com/gausszhou/vue-drag-resize

Thanks

感谢 gogocode 提供的代码转换服务

About

一个Vue3.0组件,像Windows窗口那样拖动你的盒子;A Component for Vue.js 3.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published