From 91b39a795e1a67538b09a8de920b942a98479b04 Mon Sep 17 00:00:00 2001 From: Alexander Shabunevich Date: Sun, 2 Feb 2020 17:51:35 +0300 Subject: [PATCH] Updated docs about mask with computed properties --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4447ac7..e92f760 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ export default { ``` +With Vue you could use computed property as mask value. In this case mask will be reactive. + ## Usage with vanilla JS Just load script `maska.js` and init it, passing element(s) or `document.querySelector` expression: