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

🐛 Process primitives & signals correctly in createElement/assign

This commit is contained in:
2023-09-21 12:35:27 +02:00
parent 84bcac0ec9
commit cc69018d99
11 changed files with 610 additions and 613 deletions

View File

@ -21,7 +21,7 @@ export function fullNameComponent(){
),
el("p").append(
el("strong", "Full name"),
el("#text", ": "),
": ",
el("#text", full_name)
)
);