feat: update component
This commit is contained in:
parent
aad09e103f
commit
af03c9e400
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ export default class HelloWorld extends WebComponent {
|
|||
}
|
||||
|
||||
get template() {
|
||||
return `Hello ${this.name}!`;
|
||||
return `Hello ${this.name}! <small>I am interactive</small>`;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue