Skip to content

Commit

Permalink
Match examples to other frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
tigt committed Apr 3, 2023
1 parent 704f310 commit 61927b2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions content/2-templating/5-dom-ref/marko/InputFocused.marko
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<input/inputElement>
<effect() { inputElement().focus() }/>
2 changes: 0 additions & 2 deletions content/2-templating/5-dom-ref/marko/InputIndeterminate.marko

This file was deleted.

3 changes: 3 additions & 0 deletions content/3-lifecycle/1-on-mount/marko/PageTitle.marko
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<let/pageTitle = ""/>
<effect() { pageTitle = document.title }/>
<p>Page title: ${pageTitle}</p>
3 changes: 0 additions & 3 deletions content/3-lifecycle/1-on-mount/marko/ViewportSize.marko

This file was deleted.

0 comments on commit 61927b2

Please sign in to comment.