fix bug to resolve onthefly component within thirdparty renderbox

This commit is contained in:
2022-02-25 13:58:17 +01:00
parent d486f2ddfc
commit c416f1ef6d
2 changed files with 12 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
<template>
<a v-if="isDisplayBadge" @click="openModal">
<span class="chill-entity" :class="badgeType"> hello
<span class="chill-entity" :class="badgeType">
{{ buttonText }}<span v-if="isDead"> ()</span>
</span>
</a>