mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 15:46:57 +00:00
10 lines
115 B
Vue
10 lines
115 B
Vue
<script setup lang="ts">
|
|
defineProps<{
|
|
baseId?: string
|
|
}>()
|
|
</script>
|
|
|
|
<template>
|
|
<NcSpanHidden />
|
|
</template>
|