does not provide an export named 'Modal' #10967
-
Beta Was this translation helpful? Give feedback.
Answered by
hecticme
May 17, 2024
Replies: 2 comments 4 replies
-
import Modal from './components/Modal.vue'; try to delete {} and change Modal path to relative path |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
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
You don't need to specify these lines when exporting a component:
Remove it from
Modal.vue
and I think you will be fine.