From 21ddc9ec1b1b76d2ce20e512328e65acaf1af2bf Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期一, 16 一月 2023 10:35:15 +0800
Subject: [PATCH] 廊坊代码更新

---
 public/SmartEarthSDK/Workers/vue/vue.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/public/SmartEarthSDK/Workers/vue/vue.js b/public/SmartEarthSDK/Workers/vue/vue.js
index d800532..acbb7d4 100644
--- a/public/SmartEarthSDK/Workers/vue/vue.js
+++ b/public/SmartEarthSDK/Workers/vue/vue.js
@@ -11517,7 +11517,7 @@
   var prohibitedKeywordRE = new RegExp('\\b' + (
     'do,if,for,let,new,try,var,case,else,with,await,break,catch,class,const,' +
     'super,throw,while,yield,delete,export,import,return,switch,default,' +
-    'extends,finally,continue,debugger,function,arguments'
+    'extends,finally,continue,,function,arguments'
   ).split(',').join('\\b|\\b') + '\\b');
 
   // these unary operators should not be used as property/method names

--
Gitblit v1.9.3