UNPKG

vue-grid-layout-v3

Version:

A draggable and resizable grid layout, as a Vue component.

15 lines (9 loc) 350 B
<script setup> import Example09DynamicAddRemove from '@/example/09-dynamic-add-remove.vue' </script> # 09 - Dynamic Add/Remove <ClientOnly> <Example09DynamicAddRemove /> </ClientOnly> <<< @/example/09-dynamic-add-remove.vue [View source](https://github.com/merfais/vue-grid-layout-v3/blob/master/website/src/example/09-dynamic-add-remove.vue)