How does vue.js use different layouts (e.g. login layout, page layout, registration, etc.)

how does vue.js use different layouts, such as login layout, page layout, registration, etc.

Apr.07,2021

1, if you are using a * .vue file organization, you can change the UI dynamically through the template template combined with a data driver.
2, if you only reference vue.js to a normal html page, you can achieve similar functions through data-driven, custom components, and so on.


this is the basic front end has nothing to do with Vue


what do you mean by this layout?
there is no so-called login layout
only common login UI designs

Menu