mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 03:26:50 +00:00
10 lines
144 B
Vue
10 lines
144 B
Vue
<script lang="ts" setup>
|
|
const emits = defineEmits<{
|
|
(event: 'createSection'): void
|
|
}>()
|
|
</script>
|
|
|
|
<template>
|
|
<NcSpanHidden />
|
|
</template>
|