2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-16 09:10:33 +03:00

add syntax highlighting and some styles to demo page

This commit is contained in:
Jeff Sagal
2016-03-09 12:34:08 -08:00
parent f3afb01e98
commit 8617761ce9
6 changed files with 244 additions and 51 deletions
+2
View File
@@ -5,10 +5,12 @@
<title>vue-select</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.min.css">
<link rel="stylesheet" href="dist/prism.css">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
</head>
<body>
<app></app>
<script src="dist/prism.js"></script>
<script src="dist/build.js"></script>
</body>
</html>