Add persist plugin
This commit is contained in:
parent
027077c97a
commit
a0a680c8d2
8 changed files with 24 additions and 6 deletions
src/routes
|
@ -11,7 +11,9 @@
|
|||
(h1
|
||||
"Hello, World!")
|
||||
(a :href "/about"
|
||||
"About"))))
|
||||
"About")
|
||||
(button :x-data t :@click "$store.darkMode.toggle()"
|
||||
"Toggle theme"))))
|
||||
|
||||
(defun handle-get (params)
|
||||
(declare (ignore params))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue