Skip to content

Commit

Permalink
fix: vmaska imports
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed Jul 17, 2024
1 parent 4deeec0 commit 7de762b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/citizens/CitizensList.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts" setup>
import { vMaska } from 'maska';
import { vMaska } from 'maska/vue';
import { z } from 'zod';
import PhoneNumberBlock from '~/components/partials/citizens/PhoneNumberBlock.vue';
import ProfilePictureImg from '~/components/partials/citizens/ProfilePictureImg.vue';
Expand Down
2 changes: 1 addition & 1 deletion src/components/quickbuttons/bodycheckup/BMICalculator.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts" setup>
import { vMaska } from 'maska';
import { vMaska } from 'maska/vue';
const height = ref<string>('165');
const mass = ref<string>('83');
Expand Down
2 changes: 1 addition & 1 deletion src/components/rector/JobProps.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts" setup>
import type { FormSubmitEvent } from '#ui/types';
import { vMaska } from 'maska';
import { vMaska } from "maska/vue"
import { CodeDiff } from 'v-code-diff';
import { z } from 'zod';
import ColorPicker from '~/components/partials/ColorPicker.vue';
Expand Down

0 comments on commit 7de762b

Please sign in to comment.