Add $$ proxies + Svg compatible + $if transaction

This commit is contained in:
2026-04-04 02:59:28 +02:00
parent 196f82f240
commit 05660fde2b
7 changed files with 715 additions and 99 deletions

View File

@@ -137,11 +137,9 @@ $mount(PersistDemo, '#demo-persist');
```
<script>
// Esta función envuelve todo para que Docsify lo ejecute correctamente
(function() {
const initExamples = () => {
// 1. Counter
const counterTarget = document.querySelector('#demo-counter');
if (counterTarget && !counterTarget.hasChildNodes()) {
const Counter = () => {