From b20b6940128f2d88f51f9adc83874e6cabb492e6 Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Mon, 21 Jul 2025 12:02:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20fixed=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/button/VLink.vue | 54 +++++++++++++++++++-------------- 1 file changed, 32 insertions(+), 22 deletions(-) diff --git a/src/components/button/VLink.vue b/src/components/button/VLink.vue index 6d506bf..c20a6c5 100644 --- a/src/components/button/VLink.vue +++ b/src/components/button/VLink.vue @@ -2,7 +2,7 @@ import Button from 'primevue/button'; import type IVLink from '@/components/button/IVLink.type'; import { computed } from 'vue'; -import styles from '@/assets/typography.module.css' +import styles from '@visua/typography.module.css'; const props = defineProps(); @@ -16,25 +16,25 @@ const htmlTag = computed(() => { return props.to ? 'RouterLink' : props.href ? '