Hi, im building a web app with ionic and vue but found a brick wall when it comes to styles. The only way suggested by ionic to alter the global config on vue (Config | Ionic Documentation) is when first installing ionic vue. As i didnt do this when first creating my app, do i need to create a whole new app and switch the files over or is there a way to change the global config like in angular ionic that you can alter the app.module.ts file?
the link you provided shows you how to do it.
1 Like
Yes i later found out. My problem is that its not specified in the docs where it is. its in the main.ts file if anyone else is looking for it.