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/guide/using-vue.md
+45
Original file line number
Diff line number
Diff line change
@@ -175,3 +175,48 @@ export default {
175
175
}
176
176
}
177
177
</script>
178
+
179
+
## Built-In Components
180
+
181
+
### OutboundLink <Badgetext="stable"/>
182
+
183
+
It(<OutboundLink/>) is used to indicate that this is an external link, and VuePress has added this component to each external link.
184
+
185
+
### ClientOnly <Badgetext="stable"/>
186
+
187
+
See [Browser API Access Restrictions](#browser-api-access-restrictions).
188
+
189
+
### Content <Badgetext="beta"type="warn"/>
190
+
191
+
-**Props**:
192
+
193
+
-`custom` - boolean
194
+
195
+
-**Usage**:
196
+
197
+
The compiled content of the current `.md` file being rendered. This will be very useful when you use [Custom Layout](../default-theme-config/README.md#custom-layout-for-specific-pages).
0 commit comments