Summary
Let’s summarize what we’ve learned in this chapter.
We'll cover the following...
We’ve covered how layouts can be managed in a Vue application. The meta-based config should be sufficient for simple layouts, and if we need more control, then we should go with a dynamic layout. ...