mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-16 17:51:17 +10:00
update to nuxt 4
This commit is contained in:
5
app/plugins/vuedraggable.ts
Normal file
5
app/plugins/vuedraggable.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import draggable from "vuedraggable";
|
||||
|
||||
export default defineNuxtPlugin((nuxtApp) => {
|
||||
nuxtApp.vueApp.component("draggable", draggable);
|
||||
});
|
||||
Reference in New Issue
Block a user