Sidebar Vue js how can override?
-
Sidebar Vue js how can override?
-
Hi @zainawan99,
You can create a new sidebar component and replace it with the existing one.
This is the sidebar component
packages/Webkul/Velocity/src/Resources/assets/js/UI/components/sidebar.vue
which is registered herepackages/Webkul/Velocity/src/Resources/assets/js/app.js
on line number 44. -
@devansh-webkul resources js folder override the Vue js
-
You need to run
php artisan vendor:publish --all -force
. When you done with your changes.Please take a backup before doing such operation however if you not made any customization then you can feel free to run this command.