From 7ccb3385e43265f55aa3088663eb519bf5d27352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Thu, 25 May 2023 16:23:26 +0300 Subject: [PATCH] Update BaseBadge.vue --- components/lib/badge/BaseBadge.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/badge/BaseBadge.vue b/components/lib/badge/BaseBadge.vue index fb2b396a4..f4df849fb 100644 --- a/components/lib/badge/BaseBadge.vue +++ b/components/lib/badge/BaseBadge.vue @@ -54,7 +54,7 @@ const classes = { ] }; -const { load: loadStyle } = useStyle(styles, { id: 'primevue_divider_style', manual: true }); +const { load: loadStyle } = useStyle(styles, { id: 'primevue_avatar_style', manual: true }); export default { name: 'BaseAvatar',