Added draggable and router
This commit is contained in:
10
src/components/Sidebar.vue
Normal file
10
src/components/Sidebar.vue
Normal 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>
|
||||
Reference in New Issue
Block a user