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: packages/docs/docs/guide/using-vue.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -203,23 +203,26 @@ It(<OutboundLink/>) is used to indicate that this is an external link. In VuePre
203
203
204
204
See [Browser API Access Restrictions](#browser-api-access-restrictions).
205
205
206
-
### Content <Badgetext="beta"type="warn"/>
206
+
### Content <Badgetext="1.0.0+"/>
207
207
208
208
-**Props**:
209
209
210
-
-`custom` - boolean
210
+
-`pageKey` - string, [page](./global-computed.md#page)'s hash key, defaults to current page's key.
211
+
-`slotKey` - string, key of [markdown slot](./markdown-slot.md). defaults to [default slot](./markdown-slot.md#default-slot-content).
211
212
212
213
-**Usage**:
213
214
214
-
The compiled content of the current `.md` file being rendered. This will be very useful when you use [Custom Layout](../theme/default-theme-config.md#custom-layout-for-specific-pages).
215
+
Specify a specific slot for a specific page (.md) for rendering. This will be very useful when you use [Custom Layout](../theme/default-theme-config.md#custom-layout-for-specific-pages) or [Writing a theme](../theme/writing-a-theme.md)
0 commit comments