Skip to content
Snippets Groups Projects
Commit 8365e6a1 authored by Julian's avatar Julian
Browse files

Update example

parent 7073cdc6
No related branches found
No related tags found
1 merge request!2Resolve "Implement basic functionality"
<script setup> <script setup>
import Grid from "../../src/Grid.vue"; import Grid from "../../src/Grid.vue";
import DragContainer from "../../src/DragContainer.vue";
</script> </script>
<template> <template>
<div id="app"> <div id="app">
<Grid :rows="10" :cols="5"></Grid> <Grid :rows="10" :cols="5"></Grid>
<DragContainer></DragContainer>
</div> </div>
</template> </template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment