Greasy Fork is available in English.
修改UMD注册的方式为直接var定义
This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/495227/1698502/Element-Plus.js
UMD注册的方式为varvar ElementPlus = (function(){
...
})()
2.11.8