length
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
:icon="formMessage.icon"
|
:icon="formMessage.icon"
|
||||||
:type="formMessage.type"
|
:type="formMessage.type"
|
||||||
:message="formMessage.message" />
|
: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" />
|
<SMButton label="Reload" @click="loadData" />
|
||||||
</SMContainer>
|
</SMContainer>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user