Skip to content

Commit bf01cfa

Browse files
committed
support @@ for events
1 parent 43bc7ea commit bf01cfa

4 files changed

Lines changed: 2361 additions & 2112 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ use if="[[expression]]" an a template element to show it conditionally
8383
## Event Code Bindings
8484

8585
with for example @click="[[this.aa(event)]]" you could create a event binding wich could run any javascript code inside of the brackets.
86+
use @@ if you do not want to replace - with uppercase
8687

8788

8889
### Binding extensions

0 commit comments

Comments
 (0)