mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-23 15:00:33 +03:00
Create index.html
This commit is contained in:
+3
-1
@@ -17,7 +17,8 @@
|
|||||||
<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>
|
||||||
@@ -27,6 +28,7 @@
|
|||||||
<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="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.vuep{
|
.vuep{
|
||||||
|
|||||||
Reference in New Issue
Block a user