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

Formatting

Add tests for background style
Use provide/inject to get rid of $parent dependency internally
This commit is contained in:
cristijora
2017-10-18 20:15:49 +03:00
parent d08ebe2af7
commit 39fdde89c7
12 changed files with 166 additions and 47 deletions
+7
View File
@@ -1,6 +1,9 @@
<template>
<div>
<form-wizard @on-complete="onComplete"
shape="tab"
layout="vertical"
steps-classes="steps-size"
color="gray"
error-color="#a94442">
<tab-content title="Personal details"
@@ -159,4 +162,8 @@
}
</script>
<style>
.steps-size{
width: 100vw;
height: 400px;
}
</style>