Skip to content
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

fix: created index.js for cv-grid and related components #1610

Merged
merged 4 commits into from
Jul 11, 2024

Conversation

oskarnrk
Copy link
Contributor

@oskarnrk oskarnrk commented Jul 9, 2024

This PR fixes #1608.
I just added the CvGrid's index.js that was missing. It was not possibile to import and use CvGrid and its components otherwise.

@oskarnrk oskarnrk changed the title Contribution fix: created index.js for CvGrid and related components Jul 9, 2024
@oskarnrk oskarnrk changed the title fix: created index.js for CvGrid and related components fix: created index.js for cv-grid and related components Jul 9, 2024
@davidnixon
Copy link
Collaborator

I think this is related to #1578
Your use case is

import { CvGrid } from "@carbon/vue";

correct?

@davidnixon davidnixon merged commit ebe44ce into carbon-design-system:main Jul 11, 2024
6 of 7 checks passed
@oskarnrk
Copy link
Contributor Author

I think this is related to #1578 Your use case is

import { CvGrid } from "@carbon/vue";

correct?

Correct. Thanks for your approval and merge!

@oskarnrk oskarnrk deleted the contribution branch July 11, 2024 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Component CvGrid is missing the index.js
2 participants