Update various configuration files, components, and assets; enhance notification system and API endpoints; improve documentation and styles across the application.
This commit is contained in:
5
plugins/vue-draggable.client.js
Normal file
5
plugins/vue-draggable.client.js
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