This commit is contained in:
zhangbao 2018-01-17 13:24:37 +08:00 committed by GitHub
parent c693192018
commit ff15882474
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,4 +76,4 @@ Data change events:
|---------|----------|-------------|
| `change`| A value was changed. | For text inputs triggers on focus loss. |
| `input` | For text inputs on every change. | Triggers immediately unlike `change`. |
| `cut/copy/paste` | Cut/copy/paste actions. | The action can be prevented. The `event.clipbordData` property gives read/write access to the clipboard. |
| `cut/copy/paste` | Cut/copy/paste actions. | The action can be prevented. The `event.clipboardData` property gives read/write access to the clipboard. |