6 lines
166 B
TypeScript
6 lines
166 B
TypeScript
![]() |
import { VueDraggableNext } from 'vue-draggable-next';
|
||
|
|
||
|
export default defineNuxtPlugin((nuxtApp) => {
|
||
|
nuxtApp.vueApp.component('draggable', VueDraggableNext);
|
||
|
});
|