mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
|
|
import draggable from "vuedraggable";
|
||
|
|
|
||
|
|
export default defineNuxtPlugin((nuxtApp) => {
|
||
|
|
nuxtApp.vueApp.component("draggable", draggable);
|
||
|
|
});
|