Thunberg087 / vue-fragment

a very candide fragment component for Vue.js
http://jsfiddle.net/cdkn5wL3/
670 stars 51 forks source link

There's a typo in installation command in README.md #66

Open powerfooI opened 3 years ago

powerfooI commented 3 years ago

Maybe it would be better if you fix it, npm i -s vue-fragment --> npm i -S vue-fragment / npm i --save vue-fragment

OmgImAlexis commented 3 years ago

--save isn't needed anymore.

npm i vue-fragment is all that's needed.