vue-grid-layout-v3
Version:
A draggable and resizable grid layout, as a Vue component.
19 lines (11 loc) • 450 B
Markdown
<script setup>
import Example04AllowIgnore from '@/example/04-allow-ignore.vue'
</script>
# 04 - Drag allow/ignore elements
Ignore drag on certain elements and allow on others.
Click and drag the dots on the corner of each item to reposition
<ClientOnly>
<Example04AllowIgnore />
</ClientOnly>
<<< @/example/04-allow-ignore.vue
[View source](https://github.com/merfais/vue-grid-layout-v3/blob/master/website/src/example/04-allow-ignore.vue)