Added draggable and router

This commit is contained in:
2022-04-08 23:34:42 -05:00
parent c8f110e490
commit d1f3cbe0aa
5 changed files with 115 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
<script setup></script>
<template>
<div
v-draggable="/* Pass DraggableProps as binding value here */"
class="box"
>
I use a directive to make myself draggable
</div>
</template>