mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 07:16:15 -04:00
refactor(ui): remove n-text (#506)
This commit is contained in:
parent
05ea545475
commit
72c98a3c5e
14 changed files with 52 additions and 74 deletions
|
@ -37,7 +37,7 @@ const { userAgentInfo, sections } = toRefs(props);
|
|||
</div>
|
||||
<div flex flex-col>
|
||||
<span v-for="{ label, getValue, undefinedFallback } in content" :key="label">
|
||||
<n-text v-if="getValue(userAgentInfo) === undefined" depth="3">{{ undefinedFallback }}</n-text>
|
||||
<span v-if="getValue(userAgentInfo) === undefined" op-70>{{ undefinedFallback }}</span>
|
||||
</span>
|
||||
</div>
|
||||
</c-card>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue