Vuejs Components not working in custom theme
-
Re: Vuejs Components not working in custom theme.
when I change theme default to theme1 my home page does not show something. A Error Showing Uncaught TypeError: app.component is not a function but when I am back to switch to the default theme it's perfectly fine. How to solve this problem?
-
Hello @avijit-ghosh ,
When creating a new theme, ensure you properly configure Vite and correctly set the paths for CSS, JS, and views in the Vite configuration file.
You can refer to this for guidance:
https://bagisto.com/en/how-to-configure-vite-in-bagisto-separate-package/