Releases: jlucaspains/vue-mouseless
Releases · jlucaspains/vue-mouseless
Fixed issue with custom actions and unbind
An issue was introduced with custom actions where the unbind using complex option would fail. This release fixes the issue.
Fixed package content
Previous release 1.0.2 was bad because the dist was not updated prior to package generation. This release fixes that problem.
Added option to handle custom actions
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 }" />