Do you really need "extend" or do you just need to add the components to your Vue instance dynamically?
Mar 27, 2019
2
Level 3
How to use extend Vue in blade file with like we do in vue components ?
I want to know how to extend the vue default inside the blade file like we do in .vue file. The reason is that i don't want my main app.js file to have big file size. for example there are 5 vue component i want to use in a single blade file which i will be only using it in this single file / url, why should i load it on every other request ?
How to keep it short and simple.
example can be a blog index page where i have one component to render later blog with pagination, one component for feeds, one for news or recent search, one for most popular blogs, one for category, one for tags and one for search.
Please or to participate in this conversation.