Skip to content

Commit

Permalink
fix maska build
Browse files Browse the repository at this point in the history
  • Loading branch information
nelyaklyusa committed Jun 10, 2024
1 parent 38656cb commit 5e2f52c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/BaseFormInput/BaseFormInput.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script lang="ts" setup>
import { computed, ref, watch, withDefaults, ObjectDirective } from 'vue';
import { MaskTokens as IMaskTokens } from 'maska/dist/types/tokens';
import { Mask, vMaska } from 'maska';
import { Mask, vMaska, MaskTokens as IMaskTokens } from 'maska';
// IMPORTANT: before using this component you need to install maska
// type in the terminal yarn add maska
Expand Down

0 comments on commit 5e2f52c

Please sign in to comment.