Module '"@headlessui/vue"' has no exported member(s) 'TabGroup, TabList, Tab, TabPanels, TabPanel'' #739
Unanswered
nkosi-tauro
asked this question in
Help
Replies: 1 comment
-
Same issue here. It's a vetur warning, only when using TypeScript. Solved it by adding It's odd that any other headless component works fine without this line though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using version 1.4.0 and following the example in the documentation.
import { TabGroup, TabList, Tab, TabPanels, TabPanel } from '@headlessui/vue';
Beta Was this translation helpful? Give feedback.
All reactions