diff --git a/docs/v3/vue.md b/docs/v3/vue.md index 0b2f704..f707e5e 100644 --- a/docs/v3/vue.md +++ b/docs/v3/vue.md @@ -156,6 +156,8 @@ To get masked value you can use standard `v-model` directive on the input. But i ``` +?> If you want to access both unmasked and completed values, you can use [`@maska` event](hooks?id=events). + ## Usage with Nuxt