Rename cmp to scope

This commit is contained in:
Akira Tempaku 2024-04-15 00:08:03 +09:00
commit 92c11d61a9
5 changed files with 13 additions and 13 deletions
src/routes

View file

@ -7,7 +7,7 @@
(pi:define-element page ()
(pi:h
(section :data-cmp "pages/index"
(section :data-scope "pages/index"
(h1 "Hello, World!")
(a :href "/about" :hx-boost "true"
"About"))))