We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The coral-card-title is rendering
The coral-card-title doesn't render
Create a Vue3 project, import coral project code, and add all elements to render a card successfully as shown in examples
vue create hello-world
Version: 4.10.12
https://jsfiddle.net/fydks2m4/
I have a theory that it's due to the usage of "insertBefore" in card component, when I comment out line 194 to 197 in Card.js it works
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
The coral-card-title is rendering
Actual Behavior
The coral-card-title doesn't render
Reproduce Scenario (including but not limited to)
Create a Vue3 project, import coral project code, and add all elements to render a card successfully as shown in examples
Steps to Reproduce
vue create hello-world
with default optionsBrowser name/version/os (ie Chrome Version 62.0.3202.94 (Official Build) (64-bit) MacOS)
Coral Spectrum version
Version: 4.10.12
Sample Code that illustrates the problem (use the Playground if possible)
https://jsfiddle.net/fydks2m4/
Extra
I have a theory that it's due to the usage of "insertBefore" in card component, when I comment out line 194 to 197 in Card.js it works
The text was updated successfully, but these errors were encountered: