You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Description:** The options for the PDF source, including error handling.
13
+
14
+
## useContainerQuery
15
+
16
+
-**Type:**`boolean`
17
+
-**Default:**`true`
18
+
-**Description:** If true, the component uses container queries to adjust the layout based on the container size. The pdf.js viewer only use media queries to adjust the layout based on the window size.
19
+
20
+
## options
21
+
22
+
-**Type:**`object`
23
+
-**Description:** Options to configure the PDF viewer.
Copy file name to clipboardExpand all lines: packages/vue/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "@tuttarealstep/vue-pdf.js",
3
3
"description": "A Vue component for displaying PDF files using the standard `pdf.js` viewer. This package provides a simple and powerful integration to embed PDF viewers in Vue applications.",
0 commit comments