|
|
@@ -209,7 +209,6 @@ export function mountComponent(
|
|
|
// we set this to vm._watcher inside the watcher's constructor
|
|
|
// since the watcher's initial patch may call $forceUpdate (e.g. inside child
|
|
|
// component's mounted hook), which relies on vm._watcher being already defined
|
|
|
- vm._scope.on()
|
|
|
new Watcher(
|
|
|
vm,
|
|
|
updateComponent,
|
|
|
@@ -217,7 +216,6 @@ export function mountComponent(
|
|
|
watcherOptions,
|
|
|
true /* isRenderWatcher */
|
|
|
)
|
|
|
- vm._scope.off()
|
|
|
hydrating = false
|
|
|
|
|
|
// flush buffer for flush: "pre" watchers queued in setup()
|