vue3-with non-local dependencies and part of the functionality

Signed-off-by: grnd-alt <git@belakkaf.net>
This commit is contained in:
grnd-alt
2025-01-28 13:35:06 +01:00
parent a2a8b1ade5
commit b708f3967b
16 changed files with 4785 additions and 781 deletions

View File

@@ -82,7 +82,7 @@
</template>
<script>
import { Container, Draggable } from 'vue-smooth-dnd'
import { Container, Draggable } from 'vue3-smooth-dnd'
import { mapState, mapGetters } from 'vuex'
import Controls from '../Controls.vue'
import DeckIcon from '../icons/DeckIcon.vue'