Browse Source

refactor/integrated-value-provide-and-improved-style

pull/2965/head
Muhammed Mustafa 2 years ago
parent
commit
8c2e5f24aa
  1. 4
      packages/nc-gui-v2/components/virtual-cell/Rollup.vue

4
packages/nc-gui-v2/components/virtual-cell/Rollup.vue

@ -1,9 +1,9 @@
<script setup lang="ts">
const { value } = defineProps<{ value?: any }>()
const value = inject('value')
</script>
<template>
<span>
<span class="text-center pl-3">
{{ value }}
</span>
</template>

Loading…
Cancel
Save