How to add vue js component in Admin?
-
I have created one module in the package directory and added one submenu in settings. Now I want to add a custom component in that index.blade.php file(custom package). How can I do that with Bagisto's environment?
-
@hardiksurma
you may refer the sample solution provided here https://forums.bagisto.com/topic/1186/add-carousel-component-vuejs-into-bagisto/2, and add your component where it's required.