fix(Table): missing ref import from vue

This commit is contained in:
Benjamin Canac
2023-05-30 12:17:59 +02:00
parent cce000ab2b
commit 272af9d24c

View File

@@ -39,7 +39,7 @@
</template>
<script lang="ts">
import { computed, defineComponent, toRaw } from 'vue'
import { ref, computed, defineComponent, toRaw } from 'vue'
import type { PropType } from 'vue'
import { capitalize, orderBy } from 'lodash-es'
import { defu } from 'defu'