mirror of
https://github.com/tenrok/maska.git
synced 2026-05-15 11:59:38 +03:00
8 lines
135 B
Vue
8 lines
135 B
Vue
<script setup lang="ts">
|
|
import { vMaska } from '../../src/vue'
|
|
</script>
|
|
|
|
<template>
|
|
<input v-maska data-maska="#-#" />
|
|
</template>
|