Browse Source

fix(gui-v2): add missing import

pull/3209/head
Wing-Kam Wong 2 years ago
parent
commit
ea1ea5d20f
  1. 2
      packages/nc-gui-v2/components/cell/YearPicker.vue

2
packages/nc-gui-v2/components/cell/YearPicker.vue

@ -1,6 +1,6 @@
<script setup lang="ts">
import dayjs from 'dayjs'
import { computed, inject, onClickOutside, ref, watch } from '#imports'
import { computed, inject, onClickOutside, ref, watch, ReadonlyInj } from '#imports'
interface Props {
modelValue?: number | string | null

Loading…
Cancel
Save