We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7055178 commit 813cbf8Copy full SHA for 813cbf8
README.md
@@ -1,7 +1,6 @@
1
<p align="center"><img src="docs/.vuepress/public/logo.svg" width="40%"></p>
2
<h1 align="center">vue-svg-loader</h1>
3
<p align="center">webpack loader that lets you use SVG files as Vue components</p>
4
-<hr>
5
<p align="center">
6
<a href="https://vue-svg-loader.js.org">Documentation</a> -
7
<a href="https://vue-svg-loader.js.org/faq.html">FAQ</a>
@@ -10,6 +9,7 @@
10
9
## Installation
11
``` bash
12
npm i -D vue-svg-loader
+
13
yarn add --dev vue-svg-loader
14
```
15
0 commit comments