Skip to content

Commit

Permalink
fix(Table): missing ref import from vue
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed May 30, 2023
1 parent cce000a commit 272af9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/data/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 272af9d

Please sign in to comment.