fix: deep eval with the options

This commit is contained in:
MrWindlike 2023-02-17 16:47:35 +08:00
parent fc0f1caa91
commit b7c9931fe3

View File

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