feature: add notifications
This commit is contained in:
@ -119,7 +119,6 @@ document.addEventListener('WebComponentsReady', function(event) {
|
||||
}
|
||||
|
||||
render() {
|
||||
console.log(this.value);
|
||||
this.innerHTML = this.template;
|
||||
}
|
||||
}
|
||||
@ -134,7 +133,6 @@ document.addEventListener('WebComponentsReady', function(event) {
|
||||
}
|
||||
|
||||
render() {
|
||||
console.log(this.value);
|
||||
this.innerHTML = this.template;
|
||||
}
|
||||
}
|
||||
@ -153,7 +151,6 @@ document.addEventListener('WebComponentsReady', function(event) {
|
||||
}
|
||||
|
||||
render() {
|
||||
console.log(this.value);
|
||||
this.innerHTML = this.template;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user