deploy: 53bcc28443
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import{a as o,i as r,b as i}from"./lit-element-BUNo9pnf.js";const s=class s extends o{constructor(e="Somebody"){super(),this.name=e}render(){return i`<p>Hello, ${this.name}!</p>`}};s.styles=r`
|
||||
p {
|
||||
color: blue;
|
||||
}
|
||||
`,s.properties={name:{type:String}};let t=s;customElements.get("simple-greeting")||customElements.define("simple-greeting",t);export{t as SimpleGreeting};
|
||||
Reference in New Issue
Block a user