From 37d6b32ea35f9519c2f1aa9b8f2ba766a505e6d6 Mon Sep 17 00:00:00 2001 From: Thaum Rystra Date: Mon, 18 May 2020 20:22:00 +0200 Subject: [PATCH] Action 'uses' now shows up as the computed value --- app/imports/ui/properties/viewers/ActionViewer.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app/imports/ui/properties/viewers/ActionViewer.vue b/app/imports/ui/properties/viewers/ActionViewer.vue index 898f026f..5a1790d4 100644 --- a/app/imports/ui/properties/viewers/ActionViewer.vue +++ b/app/imports/ui/properties/viewers/ActionViewer.vue @@ -15,8 +15,9 @@ /> + > + + import propertyViewerMixin from '/imports/ui/properties/viewers/shared/propertyViewerMixin.js'; +import ComputedForCreature from '/imports/ui/components/computation/ComputedForCreature.vue'; export default { mixins: [propertyViewerMixin], + components: { + Computed: ComputedForCreature, + }, computed: { reset(){ let reset = this.model.reset