mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-07-02 04:32:14 +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)
|
||||
)
|
||||
);
|
||||
|
@ -1,7 +1,7 @@
|
||||
import * as dde_dom from "../index.js";
|
||||
export * from "../index.js";
|
||||
import * as dde_s from "../src/signals.js";
|
||||
export * from "../src/signals.js";
|
||||
import * as dde_s from "../signals.js";
|
||||
export * from "../signals.js";
|
||||
// import { empty, namespace, on, dispatch } from "../index.js";
|
||||
// import "../dist/dde-with-signals.js";
|
||||
// Object.assign(globalThis, dde);
|
||||
|
Reference in New Issue
Block a user