Commit 7fd84256 authored by nobilix's avatar nobilix Committed by GitHub

add @blur support

parent bfb9e677
......@@ -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