<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)

