This commit is contained in:
2023-02-03 11:07:15 +10:00
parent 44f6ef4a0b
commit 9188461b1f

View File

@@ -6,7 +6,7 @@
:icon="formMessage.icon"
:type="formMessage.type"
:message="formMessage.message" />
<code v-if="logContent.value.length > 0">{{ logContent }}</code>
<code v-if="logContent.length > 0">{{ logContent }}</code>
<SMButton label="Reload" @click="loadData" />
</SMContainer>
</template>