mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-10 04:22:09 +10:00
game version re-ordering
This commit is contained in:
5
plugins/vuedraggable.ts
Normal file
5
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