使用element UI在线运行无效、报错问题(Uncaught ReferenceError: Vue is not defined)
解决办法:
加入js:
https://cdn.jsdelivr.net/npm/vue@2/dist/vue.js
https://unpkg.com/element-ui/lib/index.js
加入css:
路径: https://unpkg.com/element-ui/lib/theme-chalk/index.css
保存后退出。
再次运行,正常: