mirror of https://github.com/nocodb/nocodb
աɨռɢӄաօռɢ
2 years ago
committed by
GitHub
1 changed files with 2 additions and 2 deletions
@ -1,9 +1,9 @@ |
|||||||
<script setup lang="ts"> |
<script setup lang="ts"> |
||||||
const { value } = defineProps<{ value?: any }>() |
const value = inject('value') |
||||||
</script> |
</script> |
||||||
|
|
||||||
<template> |
<template> |
||||||
<span> |
<span class="text-center pl-3"> |
||||||
{{ value }} |
{{ value }} |
||||||
</span> |
</span> |
||||||
</template> |
</template> |
||||||
|
Loading…
Reference in new issue