Git Product home page Git Product logo

Comments (2)

cristijora avatar cristijora commented on May 11, 2024 1

@Obiwarn You cannot extract the steps into components (circles from above) since those are handled by the wizard component but you can extract the tab-contents.
There are 2 approaches of doing this:

  1. Either with vue-router See https://jsfiddle.net/bt5dhqtf/267/
    Instead of First Second you can have your own components with the content you want
  2. Extract the content from each tab-content into a separate component. Since the example from above already does that through vue-form-generator what you can do is to extract some data in separate files. Here is an example with element-ui https://jsfiddle.net/bt5dhqtf/532/

Depending on the use-case the implementation for such a thing could be different. For the form-generator case I would say you don't need further abstraction in components but rather separate model and schema for each step into separate files maybe so you can keep everything cleaner. If you want something more static like element-ui then you can separate in different components

from vue-form-wizard.

Obiwarn avatar Obiwarn commented on May 11, 2024

Thank you!

  1. did the trick for me.

from vue-form-wizard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.