Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
xaksis committed Feb 26, 2018
1 parent fe656ac commit 73a9960
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,44 @@ function(currentPage){
</pre>
</td>
</tr>
<tr>
<td colspan="3">
<strong>Label options</strong>
</td>
</tr>
<tr>
<td>
previousStepLabel
</td>
<td>
label for previous step
</td>
<td>
default: 'Back'
</td>
</tr>
<tr>
<td>
nextStepLabel
</td>
<td>
label for next step
</td>
<td>
default: 'Next'
</td>
</tr>
<tr>
<td>
finalStepLabel
</td>
<td>
label for final step
</td>
<td>
default: 'Save'
</td>
</tr>
</tbody>
</table>

Expand Down
3 changes: 2 additions & 1 deletion src/components/Wizard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@ export default {
transform: rotate(-45deg);
width: 8px;
height: 8px;
top: -6px;
top: 50%;
margin-top: -5px;
}
.vgw-icon.vgw-next::after{
Expand Down

0 comments on commit 73a9960

Please sign in to comment.