We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4d0ab commit 4fa84a4Copy full SHA for 4fa84a4
src/components/MdSvgLoader/MdSvgLoader.vue
@@ -25,6 +25,7 @@
25
},
26
methods: {
27
isSVG (mimetype) {
28
+ if (typeof mimetype !== 'string') return false;
29
return mimetype.indexOf('svg') >= 0
30
31
setHtml (value) {
0 commit comments