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

Merge pull request #197 from alsotang/patch-1

Update InstallSnippet.vue
This commit is contained in:
Jeff
2017-05-16 12:57:06 -07:00
committed by GitHub
+1 -1
View File
@@ -1,7 +1,7 @@
<template>
<div>
<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;