Commit c387e294 authored by niksmr's avatar niksmr Committed by GitHub

Merge pull request #13 from vuedev/master

add @blur support
parents bfb9e677 7fd84256
......@@ -17,6 +17,7 @@ export default {
@cut="cut(arguments[0])"
@copy="copy(arguments[0])"
@paste="paste(arguments[0])"
@blur="$emit('blur')"
:disabled="mask_core===null || disabled"
/>
`,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment