BinarCode / vue-form-wizard

Vue.js 2 wizard
https://binarcode.github.io/vue-form-wizard/#/
MIT License
1.11k stars 244 forks source link

Awesome Wizard and Malformed Build Process #372

Closed phuze closed 3 years ago

phuze commented 3 years ago

Why is this message appearing above my form wizard, and how do I get rid of this?

Awesome Wizard Split a complicated flow in multiple steps

Also, there may be something wrong with the build process -- this does not look right:

image

phuze commented 3 years ago

That text is the title and subtitle. I've found that you can remove this, by passing null to those props:

<form-wizard :title="null" :subtitle="null">

The file named [object Object] was commit to this repo's code, and is surely a remnant of a build error. I don't imagine it'll be removed though, as this project seems dead.