-
Notifications
You must be signed in to change notification settings - Fork 1
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: replace icon component with url #81
Conversation
<br /> | ||
<br /> | ||
<section id="preview"> | ||
<weather-forecast></weather-forecast> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if this also works...
<weather-forecast></weather-forecast> | |
<weather-forecast /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, webcompents always need the pair of tags.
</div> | ||
<div id="config" style="flex: 1"></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and also here...
<div id="config" style="flex: 1"></div> | |
<div id="config" style="flex: 1" /> |
94b5cd2
to
01d945e
Compare
Type of Change
Description
Checklist