fix: documentation stupidity
This commit is contained in:
parent
ff01197ee6
commit
3dc1ffb2ff
1 changed files with 1 additions and 1 deletions
|
@ -31,6 +31,6 @@ Attributes you can use
|
|||
| --------- | ---------------- | ----------------------------------------------------------- | ------------------------------ |
|
||||
| http | `x-get` | set the element's contents to the result of the get request | `x-get="./content"` |
|
||||
| http | `x-get-interval` | use with `x-get` to poll the endpoint (millis) | `x-get-interval=1000` |
|
||||
| http,copy | `x-inner-html` | instead of using innerHTML use innerText | `x-inner-html` |
|
||||
| http,copy | `x-inner-text` | instead of using innerHTML use innerText | `x-inner-text` |
|
||||
| copy | `x-copy-query` | copy contents of element matching query selector | `x-copy-query="#content"` |
|
||||
| locale | `x-locale-key` | fetch locale key and put it in innerHTML | `x-locale-key="main.greeting"` |
|
Loading…
Reference in a new issue