Rahul Patel

Results 2 issues of Rahul Patel

``` This is a contacts page export default { name: "Contacts", mounted() { alert("Contacts"); } } ``` For all pages the mounted calls twice.

Used two plugins to setup auto import, **unplugin-auto-import**, **unplugin-vue-components** These are my configurations and scss files. The problem is i can't able to override the theme variables. 1. webpack.config.js ```...