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.
@beta
1 parent b602fc1 commit b0f84bdCopy full SHA for b0f84bd
README.md
@@ -8,9 +8,9 @@
8
9
## Installation
10
``` bash
11
-npm i -D vue-svg-loader
+npm i -D vue-svg-loader@beta
12
13
-yarn add --dev vue-svg-loader
+yarn add --dev vue-svg-loader@beta
14
```
15
16
## Basic configuration
docs/README.md
@@ -20,14 +20,14 @@ features:
20
<Tab name="yarn">
21
22
23
-yarn add -D vue-svg-loader vue-template-compiler
+yarn add -D vue-svg-loader@beta
24
25
26
</Tab>
27
<Tab name="npm">
28
29
30
-npm i -D vue-svg-loader vue-template-compiler
31
32
33
0 commit comments