Skip to content

Commit

Permalink
fix(Accordion): missing ref import from vue
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jul 4, 2023
1 parent eaf0043 commit 3de6b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/elements/Accordion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</template>

<script lang="ts">
import { defineComponent, computed } from 'vue'
import { ref, computed, defineComponent } from 'vue'
import type { PropType } from 'vue'
import { Disclosure as HDisclosure, DisclosureButton as HDisclosureButton, DisclosurePanel as HDisclosurePanel } from '@headlessui/vue'
import { defu } from 'defu'
Expand Down

1 comment on commit 3de6b34

@vercel
Copy link

@vercel vercel bot commented on 3de6b34 Jul 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui.nuxtlabs.com
ui-git-dev-nuxtlabs.vercel.app
ui-nuxtlabs.vercel.app

Please sign in to comment.