UNPKG

vue-grid-layout-v3

Version:

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

16 lines (9 loc) 277 B
<script setup> import Example01Basic from '@/example/01-basic.vue' </script> # 01 - Basic <ClientOnly> <Example01Basic /> </ClientOnly> <<< @/example/01-basic.vue [View source](https://github.com/merfais/vue-grid-layout-v3/blob/master/website/src/example/01-basic.vue)