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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user