From 12358ca88df83f4bcf6e1533387d132d12520290 Mon Sep 17 00:00:00 2001 From: guy Date: Sun, 5 Sep 2021 15:12:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/3.ob.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/3.ob.js b/src/core/3.ob.js index 2921d5c89..455b11871 100644 --- a/src/core/3.ob.js +++ b/src/core/3.ob.js @@ -76,7 +76,7 @@ this.options.__ref.call(this, this.$delegate || this); } if (this.options.ref) { - this.options.ref.call(this); + this.options.ref.call(this, this.$delegate || this); } },