Add persist plugin

This commit is contained in:
Akira Tempaku 2024-04-21 13:34:34 +09:00
commit a0a680c8d2
8 changed files with 24 additions and 6 deletions
src/routes

View file

@ -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))