2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

Update InstallSnippet.vue

typo
This commit is contained in:
alsotang
2017-04-26 17:10:24 +08:00
committed by GitHub
parent 072bf4160d
commit 87a1d4cd0a
+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;