mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 04:16:49 +00:00
fix(nc-gui): replace hidden span tag with ncSpanHidden component
This commit is contained in:
@@ -1,13 +1,3 @@
|
||||
<script lang="ts" setup>
|
||||
interface Props {
|
||||
// Define your props here
|
||||
}
|
||||
|
||||
withDefaults(defineProps<Props>(), {
|
||||
// Set default prop values here
|
||||
})
|
||||
</script>
|
||||
|
||||
<template><span class="hidden"></span></template>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
<template>
|
||||
<NcSpanHidden />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user