mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-09-10 19:01:57 +02:00
⚡ 🐛 removed #23, fixed readonly & ddeStringable
This commit is contained in:
@@ -11,7 +11,7 @@ document.body.append(
|
||||
);
|
||||
|
||||
function component({ className, textContent }){
|
||||
return el("div", { className: [ "class1", className ] }).append(
|
||||
return el("div", { className: [ "class1", className ].join(" ") }).append(
|
||||
el("p", textContent)
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user