Skip to content
Snippets Groups Projects
DragGrid.md 151 B
Newer Older
Julian's avatar
Julian committed
# DragGrid

`DragGrid` is a cool component. Here's how to use it...

<template>
  <DragGrid :rows="5" :cols="5" v-model="items"></DragGrid>
</template>