@xiaohaih/drag
Version:
拖拽插件, 可通过指令或函数调用来拖拽元素移动
14 lines (13 loc) • 390 B
HTML
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>drag</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/example/main.ts"></script>
</body>
</html>