import { LitElement, html } from 'lit';
export class CalcAdd extends LitElement {
static get properties() {
return {
num: {
type: Number,
},
};
}
render() {
return html`
Number: ${this.num}
`;
}
}
customElements.define('calc-add', CalcAdd);
.anshulg.com/ansg191/astro/atom/packages/renderers/renderer-lit/client-shim.js?h=@astrojs/renderer-vue@0.1.9' type='application/atom+xml'/>
Age | Commit message (Collapse) | Author | Files | Lines |
|
* Expose name on host component for Vue devtools
* Add changeset
* Update changeset to patch from minor
* [ci] collect stats
* [ci] collect stats
Co-authored-by: leviceccato <leviceccato@users.noreply.github.com>
Co-authored-by: Matthew Phillips <matthew@matthewphillips.info>
|
|
* chore: add description to avoid type error
* fix: fix canonical url type in main head component
|
|
* Add Vercel sponsorship logo
Also normalize other logos
* Add Vercel logo to www
* Add logos to docs
|
|
|
|
|
|
|
|
|
|
* Separate object for featured and community themes
I've split up the two so there's the featured one at the top at the page and community ones below the official themes
* Add community themes and change featured themes
* Add comma after featured object
|
|
|
|
|
|
|
|
|