-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collapse not showing up #10
Comments
Check this out, to solve the issue i had if you come across it |
That link is not working. Can you post what was the solution?. |
i changed exports.Collapse = require('./Collapse') in src/index.js to import Collapse from './Collapse' export { |
@OgaBoss thanks for fast answer, but didn't work here (mine is another problem anyway). |
what error are you getting @holic-cl |
Not getting error, collapse items are showing on vue-tools but i don't know why i can't see it. #9 |
@OgaBoss solution didn't work as-is in my case. I needed to just add the .vue extension at the end and then it worked!
|
turns out my webpack.config was not configured to recognize .vue extensions.
|
Faced the same issue, here's the solution, add
|
components: {
Collapse: Collapse.default,
CollapseItem: CollapseItem.default,
} |
Bellow is a screen shot of my code
But in my console i get this error
Please help, i have being blocked on this for days.
Thank you
The text was updated successfully, but these errors were encountered: