Skip to content

Commit b075d35

Browse files
committed
Updates
0 parents  commit b075d35

15 files changed

+219
-0
lines changed

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><title>Vue Select | VueJS Select2/Chosen Component</title><link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600|Roboto Mono" rel=stylesheet type=text/css><link href="//fonts.googleapis.com/css?family=Dosis:300&amp;text=Vue Select" rel=stylesheet type=text/css><link href=https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css rel=stylesheet integrity=sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7 crossorigin=anonymous><meta name=title content="Vue Select | VueJS Select2/Chosen Component"><meta name=description content="A well-tested, native Vue.js component that provides similar functionality to Select2/Chosen without the overhead of jQuery."><link rel=icon href=static/static/vue-logo.png type=image/png><meta name=description content="A well-tested, native Vue.js component that provides similar functionality to Select2/Chosen without the overhead of jQuery."><meta property=og:title content="Vue Select | VueJS Select2/Chosen Component"><meta property=og:site_name content="Vue Select | VueJS Select2/Chosen Component"><meta property=og:url content=http://sagalbot.github.io/vue-select><meta property=og:description content="A well-tested, native Vue.js component that provides similar functionality to Select2/Chosen without the overhead of jQuery."><meta property=og:image content=http://sagalbot.github.io/vue-select/static/vue-logo.png><meta property=twitter:image content=http://sagalbot.github.io/vue-select/static/vue-logo.png><meta property=twitter:title content="Vue Select | VueJS Select2/Chosen Component"><meta property=twitter:description content="A well-tested, native Vue.js component that provides similar functionality to Select2/Chosen without the overhead of jQuery."><link href=/vue-select/static/css/app.b1fcd9089996a4243cd1fd66faf29871.css rel=stylesheet></head><body><div class="jumbotron jumbotron-top"><div class=container><div class="col-md-8 col-md-offset-2"><h1>Vue Select</h1><p class="accolades lead"><a href=https://travis-ci.org/sagalbot/vue-select><img src="https://img.shields.io/travis/sagalbot/vue-select.svg?style=flat-square" alt="Build Status"></a><a href=https://codeclimate.com/github/sagalbot/vue-select><img src="https://img.shields.io/codeclimate/github/sagalbot/vue-select.svg?style=flat-square" alt="Code Climate Rating"></a><a href=https://codeclimate.com/github/sagalbot/vue-select><img src="https://img.shields.io/codeclimate/coverage/github/sagalbot/vue-select.svg?style=flat-square" alt="Code Coverage"></a><a href=https://gemnasium.com/github.com/sagalbot/vue-select><img src="https://img.shields.io/gemnasium/sagalbot/vue-select.svg?style=flat-square" alt="No Dependencies"></a><img src="https://img.shields.io/github/license/sagalbot/vue-select.svg?style=flat-square" alt="MIT License"> <img src="https://img.shields.io/github/release/sagalbot/vue-select.svg?style=flat-square" alt="Current Release"></p><p class=lead>A native Vue.js select component that provides similar functionality to Select2/Chosen without the overhead of jQuery.</p><v-select id=v-select taggable :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><li>Tagging Support <small>v1.1.0</small></li><li>Works with Vuex</li><li>Zero dependencies</li></ul></div><div class=col-md-3><ul class=list-vue><li>+95% Test Coverage</li><li>Select Single/Multiple</li><li>Typeahead Suggestions</li><li>Bootstrap Friendly Markup</li></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 &amp; Documentation <i role=presentation class="glyphicon glyphicon-chevron-down"></i></a></div><app></app><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
2+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
3+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
4+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
5+
6+
ga('create', 'UA-12818324-8', 'auto');
7+
ga('send', 'pageview');</script><script src=/vue-select/static/js/manifest.9fa18d91dd3bc1fc1702.js></script><script src=/vue-select/static/js/vendor.6810511eca4d76dbf44a.js></script><script src=/vue-select/static/js/app.4dff11d8f284548c7f4f.js></script></body></html>

static/css/app.b1fcd9089996a4243cd1fd66faf29871.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/app.b1fcd9089996a4243cd1fd66faf29871.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/fonts/octicons.4fba005.woff

16.7 KB
Binary file not shown.

static/fonts/octicons.75fc0c7.eot

30.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)