fix(nc-gui): replace hidden span tag with ncSpanHidden component

This commit is contained in:
Ramesh Mane
2025-06-25 15:47:35 +00:00
parent 215d13006b
commit a811e42613
11 changed files with 13 additions and 33 deletions

View File

@@ -1,3 +1,3 @@
<template>
<span class="hidden"></span>
<NcSpanHidden />
</template>