From ac4e42699b57a53a9f2b2e35b894cff877705bce Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Thu, 20 Jun 2024 16:38:36 +0300 Subject: [PATCH] fix: skip the explicit hint for the vuejs component and let Astro work it out itself automatically --- src/pages/vue.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/vue.astro b/src/pages/vue.astro index 609109c..d252080 100644 --- a/src/pages/vue.astro +++ b/src/pages/vue.astro @@ -4,5 +4,5 @@ import VuePdfViewer from '../components/VuePdfViewer.vue'; --- - +