Open crypto-jianyong opened 2 years ago
stack: Vue3 + vue3-json-editor 1.1.5
All works on local.
When deploying to production, a line of code is generated. toString$1=functionUncurryThis(1.toString)
toString$1=functionUncurryThis(1.toString)
And 1.toString throws error: SyntaxError: Invalid or unexpected token.
1.toString
Hi, what specific version for VueJS? is Vite project or not?
stack: Vue3 + vue3-json-editor 1.1.5
All works on local.
When deploying to production, a line of code is generated.
toString$1=functionUncurryThis(1.toString)
And
1.toString
throws error: SyntaxError: Invalid or unexpected token.