Skip to content

Added option to handle custom actions

Compare
Choose a tag to compare
@jlucaspains jlucaspains released this 30 Apr 17:43
· 2 commits to master since this release
6498a68

You can now use the following syntax where save is a function in your VM and . g is the key combination to be handled.

<button v-mouseless="{ key: '. g', action: save }" />