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

🐛 renaming fixes

This commit is contained in:
2023-11-24 20:51:39 +01:00
parent 58b73dcbc7
commit 3bbcb0eff7
6 changed files with 36 additions and 36 deletions

View File

@ -1,9 +1,9 @@
import { el } from "deka-dom-el";
import { S } from "deka-dom-el/observables";
const clicks= S(0);
import { O } from "deka-dom-el/observables";
const clicks= O(0);
document.body.append(
el().append(
el("p", S(()=>
el("p", O(()=>
"Hello World "+"🎉".repeat(clicks())
)),
el("button", {