2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-16 16:20:33 +03:00

Add build file and yarn.lock

This commit is contained in:
cristi
2017-04-24 23:02:19 +03:00
parent 4a9655edd3
commit 84b1d740b3
4 changed files with 6227 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
# Auto detect text files and perform LF normalization
*.scss linguist-language=Vue
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
+1
View File
@@ -15,6 +15,7 @@ Other demos:
* [Custom title slot](https://jsfiddle.net/bt5dhqtf/102/)
* [Customized buttons with slots](https://jsfiddle.net/bt5dhqtf/103/) Replace stuff you don't like
* [Call a function before tab switch](https://jsfiddle.net/bt5dhqtf/105/)
* [Vue router integration](https://jsfiddle.net/CristiJ/bt5dhqtf/252/) You can place a `router-view` inside the wizard and have a separate page per tab. A `route` prop must be passed to the tabs you want to handle certain tabs
# Usage
+1 -1
View File
File diff suppressed because one or more lines are too long
+6211
View File
File diff suppressed because it is too large Load Diff