2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00

chore: rename directive.js to vue.js

This commit is contained in:
Alexander Shabunevich
2024-04-11 21:32:15 +03:00
parent 7159eb3460
commit e01e66a7c9
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { Mask, MaskType, MaskOptions } from './mask'
import { MaskInput, MaskInputOptions, MaskaDetail } from './mask-input'
import { vMaska } from './directive'
import { vMaska } from './vue'
import { tokens, MaskTokens } from './tokens'
export { Mask, MaskInput, tokens, vMaska }
View File