1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-07-01 12:22:15 +02:00

🗑️/🐛 clean up issues due mergering

This commit is contained in:
2024-01-31 15:01:38 +01:00
parent 8c27fe8015
commit b0d5d2f882
9 changed files with 74 additions and 86 deletions

View File

@ -21,7 +21,6 @@ export class CustomHTMLTestElement extends HTMLElement{
}
render({ name, preName, test }){
console.log(scope.state);
console.log({ name, preName, test });
scope.host(
on.connected(()=> console.log(CustomHTMLTestElement)),
on.attributeChanged(e=> console.log(e)),