File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ <h3 class="text-lg font-semibold mb-3">Directives Reference</h3>
468468
469469 < h3 class ="text-lg font-semibold mb-3 "> Example HTML</ h3 >
470470 < div class ="code-block p-6 text-white rounded-lg mb-6 ">
471- < pre > < code class ="language-html "> <div fw:id="fw-0b4c5e3d9e83" fw:controller="App\Controllers\CounterController" >
471+ < pre > < code class ="language-html "> <div fw:id="fw-0b4c5e3d9e83" >
472472 <div class="counter">
473473 <button fw:click="decrement">–</button>
474474 <span>2 (even)</span>
@@ -482,7 +482,7 @@ <h3 class="text-lg font-semibold mb-3">Polling with IntersectionObserver</h3>
482482 Components only poll when visible on screen (performance optimization):
483483 </ p >
484484 < div class ="code-block p-6 text-white rounded-lg mb-6 ">
485- < pre > < code class ="language-html "> <div fw:id="..." fw:controller="..." fw: poll.5s>
485+ < pre > < code class ="language-html "> <div fw:id="..." fw:poll.5s>
486486 <!-- Only polls when visible -->
487487</div></ code > </ pre >
488488 </ div >
You can’t perform that action at this time.
0 commit comments