Plortinus

Results 4 issues of Plortinus

## 您使用的核心库版本 "@meta2d/svg": "^1.0.3", "@meta2d/core": "1.0.24", ## 你遇到了什么问题 ![WX20230809-101343@2x](https://github.com/le5le-com/meta2d.js/assets/20693993/92b70c13-7f72-4fd7-b929-94a24313ed2b) ## 你期待实现什么效果 ![断路器](https://github.com/le5le-com/meta2d.js/assets/20693993/e00ed4f1-087a-4f04-8f55-667e81a3e824) ![电容器1](https://github.com/le5le-com/meta2d.js/assets/20693993/4fa572a8-e9eb-47b9-a896-33f7a05d1b2e) ## 什么系统下,什么浏览器 Chrome > 推荐版本 ## 相关代码片段 ```js axios.get(el.svgUrl).then((res) => { const data = parseSvg(res.data) el.data =...

``` [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`标签实现,如何融入进去使用?