2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00
Files
maska/test/components/DataAttr.vue
T
Alexander Shabunevich 31c286bb6b New version code prepare
2022-12-04 17:05:23 +03:00

8 lines
148 B
Vue

<script setup lang="ts">
import { vMaska } from '../../src'
</script>
<template>
<input v-maska data-maska="#-#" data-maska-eager />
</template>