2
0
mirror of https://github.com/tenrok/maska.git synced 2026-06-17 19:21:21 +03:00

docs: update for single package

This commit is contained in:
Alexander Shabunevich
2024-06-02 15:43:46 +03:00
parent 9b454e996a
commit 0ef436ca3d
11 changed files with 245 additions and 217 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ Some frameworks with custom components may not pass `data-` attributes to native
```vue
<script setup>
const options = { mask: '#-#' }
const options = { mask: '#-#' }
</script>
<input v-maska="options">