2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-04 06:32:23 +03:00

change install snippet on GitHub pages

This commit is contained in:
Sven Luijten
2016-06-05 19:30:16 +02:00
parent 50b52b8f9d
commit 89396709ad
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<p>Install from GitHub via NPM</p>
<pre><v-code lang="bash">npm install sagalbot/vue-select</v-code></pre>
<pre><v-code lang="bash">npm install vue-select</v-code></pre>
<p>To use the vue-select component in your templates, simply import it, and register it with your component.</p>
<pre><v-code lang="markup">&#x3C;template&#x3E;