Rename cmp to scope
This commit is contained in:
parent
b771eec3b5
commit
92c11d61a9
5 changed files with 13 additions and 13 deletions
src/routes
|
@ -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"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue