seiyable / vue-simple-svg

A simple Vue.js plugin that allows you to load a SVG image as an inline SVG with an access to change its fill colors
MIT License
80 stars 23 forks source link

Make compatible with runtime-only build of Vue #2

Closed richarddewit closed 6 years ago

richarddewit commented 6 years ago

Using the template: property requires the full runtime+compiler build.

seiyable commented 6 years ago

Merged. Thanks!