citation-file-format / cff-initializer-javascript

Web form to initialize CITATION.cff files.
https://citation-file-format.github.io/cff-initializer-javascript/
Apache License 2.0
21 stars 8 forks source link

Refactor stepper using v-for #778

Closed abelsiqueira closed 2 years ago

abelsiqueira commented 2 years ago

The steps can be refactored into a v-for using the stepNames. It makes it easier to make changes that impact each step.

abelsiqueira commented 2 years ago

Done in #779