mirror of
https://github.com/BillyOutlast/drop.git
synced 2026-02-04 00:31:17 +01: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