mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
slight verbiage update
This commit is contained in:
Vendored
+1
-1
@@ -11774,7 +11774,7 @@ exports.default = {
|
||||
}
|
||||
};
|
||||
if (module.exports.__esModule) module.exports = module.exports.default
|
||||
;(typeof module.exports === "function"? module.exports.options: module.exports).template = "<div class=\"jumbotron jumbotron-top\"><div class=container><div class=\"col-md-8 col-md-offset-2\"><h1>Vue Select</h1><p class=lead>A well-tested, native Vue.js component that provides similar functionality to Select2/Chosen without the overhead of jQuery.</p><v-select id=v-select :placeholder=placeholder :value=selected :options=options :multiple=multiple :on-change=setSelected></v-select><div class=row><div class=\"col-md-3 col-md-offset-3\"><ul class=list-vue><li>Fully Reactive<li>Works with Vuex<li><strong>No JS dependencies</strong></ul></div><div class=col-md-3><ul class=list-vue><li>Select Single/Multiple<li>Excellent Test Coverage<li>Bootstrap Friendly Classes</ul></div></div><a class=\"btn btn-primary btn-outline\" href=https://github.com/sagalbot/vue-select><span class=\"octicon octicon-mark-github\"></span> View on GitHub</a></div></div><a href=#install class=down-arrow>Install & Documentation <i role=presentation class=\"glyphicon glyphicon-chevron-down\"></i></a></div><div class=container><div class=\"col-md-10 col-md-offset-1\"><install></install><params></params></div></div>"
|
||||
;(typeof module.exports === "function"? module.exports.options: module.exports).template = "<div class=\"jumbotron jumbotron-top\"><div class=container><div class=\"col-md-8 col-md-offset-2\"><h1>Vue Select</h1><p class=lead>A well-tested, native Vue.js component that provides similar functionality to Select2/Chosen without the overhead of jQuery.</p><v-select id=v-select :placeholder=placeholder :value=selected :options=options :multiple=multiple :on-change=setSelected></v-select><div class=row><div class=\"col-md-3 col-md-offset-3\"><ul class=list-vue><li>Fully Reactive<li>Works with Vuex<li><strong>No JS dependencies</strong></ul></div><div class=col-md-3><ul class=list-vue><li>Select Single/Multiple<li>Excellent Test Coverage<li>Bootstrap Friendly Classes</ul></div></div><a class=\"btn btn-primary btn-outline\" href=https://github.com/sagalbot/vue-select><span class=\"octicon octicon-mark-github\"></span> View on GitHub</a></div></div><a href=#install class=down-arrow>Install & Examples/Documentation <i role=presentation class=\"glyphicon glyphicon-chevron-down\"></i></a></div><div class=container><div class=\"col-md-10 col-md-offset-1\"><install></install><params></params></div></div>"
|
||||
|
||||
},{"./components/Install.vue":80,"./components/Params.vue":81,"./components/Select.vue":82,"./vuex/actions":87,"vueify-insert-css":76}],79:[function(require,module,exports){
|
||||
'use strict';
|
||||
|
||||
+1
-1
@@ -157,7 +157,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<a href="#install" class="down-arrow">
|
||||
Install & Documentation
|
||||
Install & Examples/Documentation
|
||||
<i role="presentation" class="glyphicon glyphicon-chevron-down"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user