fix(runtime-core): should pause tracking when initializing legacy options (#2524)
fix #2521
This commit is contained in:
@@ -704,7 +704,9 @@ function finishComponentSetup(
|
||||
// support for 2.x options
|
||||
if (__FEATURE_OPTIONS_API__) {
|
||||
currentInstance = instance
|
||||
pauseTracking()
|
||||
applyOptions(instance, Component)
|
||||
resetTracking()
|
||||
currentInstance = null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user