2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-23 21:50:32 +03:00

Create index.html

This commit is contained in:
Cristi Jora
2017-06-08 22:49:07 +03:00
committed by GitHub
parent 9bc63a8a7e
commit 7a6effde70
+1 -3
View File
@@ -17,8 +17,7 @@
<script> <script>
window.$docsify = { window.$docsify = {
name: 'vue-form-wizard', name: 'vue-form-wizard',
repo: 'https://github.com/cristijora/vue-form-wizard', repo: 'https://github.com/cristijora/vue-form-wizard'
search: 'auto'
} }
</script> </script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script> <script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
@@ -28,7 +27,6 @@
<script src="https://rawgit.com/cristijora/vue-form-wizard/master/dist/vue-form-wizard.js"></script> <script src="https://rawgit.com/cristijora/vue-form-wizard/master/dist/vue-form-wizard.js"></script>
<script src="https://unpkg.com/element-ui@1.3.4/lib/index.js"></script> <script src="https://unpkg.com/element-ui@1.3.4/lib/index.js"></script>
<script src="https://unpkg.com/vuep"></script> <script src="https://unpkg.com/vuep"></script>
<script src="https://unpkg.com/docsify/lib/plugins/search.min.js"></script>
<style type="text/css"> <style type="text/css">
.vuep{ .vuep{