Skip to content
On this page

Draggable

基础用法

vue
<template>
  <GDraggable>
    <div styles=" width: 100px;height: 100px;background-color: cadetblue;"></div>
  </GDraggable>
</template>

<script lang="ts" setup>
import { GDraggable } from '@lingjhf/guava-vue'
</script>