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

Update deps, organize static assets, ignore /dist

This commit is contained in:
Jeff Sagal
2016-05-29 13:11:38 -07:00
parent 0b4d41f53d
commit 560a42bb67
18 changed files with 5 additions and 425 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
<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/vue-logo.png" type="image/x-icon">
<link rel="icon" href="static/img/vue-logo.png" type="image/x-icon">
<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">
@@ -36,7 +36,7 @@
ga('create', 'UA-12818324-8', 'auto');
ga('send', 'pageview');
</script>
<script src="static/prism.js"></script>
<script src="static/js/prism.js"></script>
<!--<script src="dist/build.js"></script>-->
</body>
</html>