- todo
npm i --save @hips/shopify-draggable-vue
- todo
<template>
<div>todo</div>
</template>
<script>
import { todo } from '@hips/shopify-draggable-vue';
export default {
name: 'Demo',
components: {
todo,
},
data: () => ({
}),
methods: {
}
}
</script>
Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Please give a ⭐️ if this project helped you!
If you have any questions or requests or want to contribute to @hipsjs/shopify-draggable-vue
or other packages, please write the issue or give me a Pull Request freely.
If you find a bug, please report to us opening a new Issue on GitHub.
This project is MIT licensed.