Skip to content

Commit

Permalink
fix(App): missing vue imports
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Nov 10, 2024
1 parent 0e74dbe commit ddb4690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extendDevtoolsMeta({ ignore: true })
</script>

<script setup lang="ts">
import { toRef, useId } from 'vue'
import { toRef, useId, provide, computed } from 'vue'
import { ConfigProvider, TooltipProvider, useForwardProps } from 'radix-vue'
import { reactivePick } from '@vueuse/core'
import UToaster from './Toaster.vue'
Expand Down

0 comments on commit ddb4690

Please sign in to comment.