Plortinus
Plortinus
## 您使用的核心库版本 "@meta2d/svg": "^1.0.3", "@meta2d/core": "1.0.24", ## 你遇到了什么问题  ## 你期待实现什么效果   ## 什么系统下,什么浏览器 Chrome > 推荐版本 ## 相关代码片段 ```js axios.get(el.svgUrl).then((res) => { const data = parseSvg(res.data) el.data =...
Vue2里警告
``` [Vue warn]: You are using the runtime-only build of Vue where the template option is not available. Either pre-compile the templates into render functions, or use the compiler-included build....
elementUI里有自己的`select`标签实现,如何融入进去使用?