We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237632b commit dba4867Copy full SHA for dba4867
src/api/index.md
@@ -1176,7 +1176,7 @@ All lifecycle hooks automatically have their `this` context bound to the instanc
1176
1177
// or, render off-document and append afterwards:
1178
var component = new MyComponent().$mount()
1179
- document.getElementById('app').appendChild(vm.$el)
+ document.getElementById('app').appendChild(component.$el)
1180
```
1181
1182
- **See also:**
0 commit comments