update template

This commit is contained in:
Cory LaViska
2023-06-07 16:53:48 -04:00
parent 9e034810d9
commit c31fe1ed35

View File

@@ -32,10 +32,9 @@ export default class {{ properCase tag }} extends ShoelaceElement {
/** An example attribute. */
@property() attr = 'example';
@watch('someProperty')
doSomething() {
// Example event
this.emit('sl-event-name');
@watch('example')
handleExampleChange() {
// do something
}
render() {