2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00

docs: add note about event in bind section

This commit is contained in:
Alexander Shabunevich
2024-07-14 21:19:33 +03:00
parent fa903046ac
commit d2b53e1da5
+2
View File
@@ -156,6 +156,8 @@ To get masked value you can use standard `v-model` directive on the input. But i
```
<!-- tabs:end -->
?> If you want to access both unmasked and completed values, you can use [`@maska` event](hooks?id=events).
## Usage with Nuxt