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:
@ -21,7 +21,7 @@ export function fullNameComponent(){
|
||||
),
|
||||
el("p").append(
|
||||
el("strong", "Full name"),
|
||||
el("#text", ": "),
|
||||
": ",
|
||||
el("#text", full_name)
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user