mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-24 14:40:32 +03:00
Add build file and yarn.lock
This commit is contained in:
@@ -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
|
||||||
@@ -15,6 +15,7 @@ Other demos:
|
|||||||
* [Custom title slot](https://jsfiddle.net/bt5dhqtf/102/)
|
* [Custom title slot](https://jsfiddle.net/bt5dhqtf/102/)
|
||||||
* [Customized buttons with slots](https://jsfiddle.net/bt5dhqtf/103/) Replace stuff you don't like
|
* [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/)
|
* [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
|
# Usage
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user