Implemented drag and drop on spells page

This commit is contained in:
Stefan Zermatten
2020-07-26 19:39:50 +02:00
parent 1ac01941c7
commit 0f20cd4bd9
5 changed files with 113 additions and 26 deletions

View File

@@ -3,7 +3,10 @@
<column-layout wide-columns>
<div v-if="spellsWithoutList.length">
<v-card>
<spell-list :spells="spellsWithoutList" />
<spell-list
:spells="spellsWithoutList"
:parent-ref="{id: creatureId, collection: 'creatures'}"
/>
</v-card>
</div>
<div