ARCHIVED: When I need similar functionality again in the future I will recreate a new project that is framework agnostic.
A Quasar extension that makes elements draggable and movable with keyboard.
quasar ext add draggable
WIP
<template>
</template>
<script>
export default {
data () {
return {}
}
}
</script>