mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
separate static assets from dist
This commit is contained in:
+14
-3
@@ -4,8 +4,8 @@
|
||||
<meta charset="utf-8">
|
||||
<title>Vue Select | VueJS Select2/Chosen Component</title>
|
||||
|
||||
<link rel="stylesheet" href="dist/prism.css">
|
||||
<link rel="stylesheet" href="dist/octicons.css">
|
||||
<link rel="stylesheet" href="static/prism.css">
|
||||
<link rel="stylesheet" href="static/octicons.css">
|
||||
|
||||
<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&text=Vue Select" rel="stylesheet" type="text/css">
|
||||
@@ -13,6 +13,17 @@
|
||||
|
||||
<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"> -->
|
||||
<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.">
|
||||
</head>
|
||||
<body>
|
||||
<app></app>
|
||||
@@ -25,7 +36,7 @@
|
||||
ga('create', 'UA-12818324-8', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
<script src="dist/prism.js"></script>
|
||||
<script src="static/prism.js"></script>
|
||||
<script src="dist/build.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.2 KiB |
Reference in New Issue
Block a user