cenkai88 / vue-svg-icon

a solution for multicolor svg icons in vue2.0 (vue2.0的可变彩色svg图标方案)
https://cenkai88.github.io/vue-svg-icon/demo/
Other
562 stars 84 forks source link

1.2.9 引入svg图片后报错如下 TypeError: Cannot read property 'd' of undefined #31

Open lixuguang opened 6 years ago

lixuguang commented 6 years ago

image

image 跟查 代码后发现是这里会进入finally,

<?xml version="1.0" encoding="utf-8"?>

<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 200 200" enable-background="new 0 0 200 200" xml:space="preserve">

待结案

这段是svg代码 请问是什么原因