From 6ad10cd450c6d50a213f8e2da85a37c36520519e Mon Sep 17 00:00:00 2001 From: yi-ge Date: Fri, 10 Jul 2020 18:01:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AF=84=E8=AE=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/browser.js b/plugins/browser.js index bfae3dd..1f92d4e 100644 --- a/plugins/browser.js +++ b/plugins/browser.js @@ -64,6 +64,6 @@ window.onload = function () { window.Vditor = vditor -function authSuccess (data) { // eslint-disable-line +window.authSuccess = (data) => { // eslint-disable-line console.log('授权成功', data) }