UNPKG

@nativescript-community/ui-svg

Version:

Adds support for SVGs in your NativeScript apps.

8 lines 201 B
import { SVGView } from '..'; const SVGPlugin = { install(Vue, options) { Vue.registerElement('SVGView', () => SVGView); } }; export default SVGPlugin; //# sourceMappingURL=index.js.map