UNPKG

@skillnull/drage-js

Version:

拖拽元素到页面任意位置

26 lines (25 loc) 1.1 kB
<!doctype html> <html lang="zh"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="format-detection" content="telephone=no"> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no,viewport-fit=cover" /> <meta name="theme-color" media="(prefers-color-scheme: light)" content="#eeeeee"> <meta name="theme-color" media="(prefers-color-scheme: dark)" content="#333333"> <meta name="description" content="SKILLNULL DrageJs DRAGEJS skillnull drage-js dragejs"> <title>SKILLNULL.DRAGEJS</title> <link rel="stylesheet" href="./css/index.css?v=202410311724"> </head> <body> <noscript> <strong>Please enable JavaScript to continue.</strong> </noscript> <div id="app"> <div id="watermark_box"></div> <div class="drag-box">Drage Me</div> </div> <script src="https://www.unpkg.com/@skillnull/drage-js@0.0.7/dist/drage.js?v=202410311724"></script> <script src="index.js?v=202410311724"></script> </body> </html>