You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
240 B
HTML
11 lines
240 B
HTML
3 months ago
|
<meta charset="utf-8">
|
||
|
<title>Vue3DraggableResizable demo</title>
|
||
|
<script src="./Vue3DraggableResizable.umd.js"></script>
|
||
|
|
||
|
<link rel="stylesheet" href="./Vue3DraggableResizable.css">
|
||
|
|
||
|
|
||
|
<script>
|
||
|
console.log(Vue3DraggableResizable)
|
||
|
</script>
|