Overhauled action detail view

This commit is contained in:
Stefan Zermatten
2020-06-16 13:51:58 +02:00
parent ecba587253
commit e1bfb173ab
9 changed files with 208 additions and 72 deletions

View File

@@ -35,7 +35,7 @@
</p>
</v-fade-transition>
<template v-if="!editing && !embedded">
<v-divider />
<v-divider class="my-2" />
<creature-properties-tree
v-if="!editing"
:root="{collection: 'creatureProperties', id: model._id}"