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) => {