fix path to htmx resource; don't use htmx extensions
This commit is contained in:
parent
fcccd8618a
commit
2d8076acf9
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
import 'htmx.org'
|
import 'htmx.org'
|
||||||
import 'htmx-ext-sse'
|
//import 'htmx-ext-sse'
|
||||||
import 'htmx-ext-path-params'
|
//import 'htmx-ext-path-params'
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<button hx-get="app/demo"
|
<button hx-get="app/demo/"
|
||||||
hx-select="[itemprop=articleBody] p">
|
hx-select="[itemprop=articleBody] p">
|
||||||
Hello World!
|
Hello World!
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Add table
Reference in a new issue