Revert "fix: deep eval with the options"

This reverts commit b7c9931fe30bd813d4fcd15411747fda26add6ca.
This commit is contained in:
Bowen Tan 2023-02-21 11:50:41 +08:00
parent c1d5b24c4c
commit 43ec15d1ec

View File

@ -209,7 +209,7 @@ export class StateManager {
if (value && typeof value === 'object') {
const stop = watch(
() => {
const result = this.deepEval(value, options);
const result = this.deepEval(value);
return result;
},
newV => {