From 665f0d14542713ae88ce1e70d10845f93ad54fe1 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Thu, 20 Nov 2025 12:38:49 +0100 Subject: [PATCH] Added NoControls Option --- components/PDFViewer.client.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/components/PDFViewer.client.vue b/components/PDFViewer.client.vue index 1ac1946..33e126a 100644 --- a/components/PDFViewer.client.vue +++ b/components/PDFViewer.client.vue @@ -17,6 +17,10 @@ const props = defineProps({ location: { type: String, + }, + noControls: { + type: Boolean, + default: false, } }) @@ -145,7 +149,7 @@ watch(downloadControl, (downloadCtrl) => {