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 }" />
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 }" />