Skip to content

Commit 9649910

Browse files
fix: fixed slashes on headings
1 parent 8abb7ee commit 9649910

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/api/instance-methods.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Instance Methods
22

3-
## \$watch
3+
## $watch
44

55
- **Arguments:**
66

@@ -172,7 +172,7 @@
172172

173173
- **See also:** [Watchers](../guide/computed.html#watchers)
174174

175-
## \$emit
175+
## $emit
176176

177177
- **Arguments:**
178178

@@ -249,13 +249,13 @@
249249
- [`emits` option](./options-data.html#emits)
250250
- [Emitting a Value With an Event](../guide/component-basics.html#emitting-a-value-with-an-event)
251251

252-
## \$forceUpdate
252+
## $forceUpdate
253253

254254
- **Usage:**
255255

256256
Force the component instance to re-render. Note it does not affect all child components, only the instance itself and child components with inserted slot content.
257257

258-
## \$nextTick
258+
## $nextTick
259259

260260
- **Arguments:**
261261

0 commit comments

Comments
 (0)