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
Copy file name to clipboardExpand all lines: docs/README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,17 @@ pageLinkOptions: {
89
89
90
90
– the [target attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-target) of links referencing other pages (skipped for pages with `pageLinkeOptions`)
91
91
92
+
### `imageOptions`: Object
93
+
94
+
– this Object can be use to specify a custom Vue component you want to use to render pictures. Any other key in this object will spread as element attributes
95
+
96
+
```js
97
+
imageOptions: {
98
+
component:"LazyLoadImage",
99
+
attribute:"vue-notion-attr"
100
+
}
101
+
```
102
+
92
103
### `prism`: Boolean
93
104
94
105
– whether or not syntax-highlighting using Prims.js should be activated.
0 commit comments