Replace vue-dnd-code with vue-draggable-next

This commit is contained in:
2026-01-05 22:22:42 +05:00
parent 627c9fda99
commit ff2b41c2e7
7 changed files with 109 additions and 149 deletions

View File

@ -20,6 +20,12 @@ export default defineNuxtConfig({
apiBaseUrl: process.env.API_BASE_URL
}
},
components: [
{
path: '~/components',
extensions: ['.vue'],
},
],
pinia: {
storesDirs: ['./app/stores/**'],
},