mirror of
https://github.com/tenrok/maska.git
synced 2026-05-27 14:45:28 +03:00
488a52f760
Allow string passing to set a mask without data-maska attribute
8 lines
126 B
Vue
8 lines
126 B
Vue
<script setup lang="ts">
|
|
import { vMaska } from '../../src/vue'
|
|
</script>
|
|
|
|
<template>
|
|
<input v-maska="'#-#'" />
|
|
</template>
|