chore(docs): update drag and drop example

This commit is contained in:
braks
2024-02-05 07:51:12 +01:00
committed by Braks
parent be57e51685
commit 88beaeca2b
7 changed files with 162 additions and 69 deletions
+2
View File
@@ -1,3 +1,5 @@
export { default as DndApp } from './App.vue?raw'
export { default as DndSidebar } from './Sidebar.vue?raw'
export { default as DndBackground } from './DropzoneBackground.vue?raw'
export { default as DndCSS } from './style.css?inline'
export { default as DndScript } from './useDnD.js?raw'