How to modify dynamically loaded tags
I have a Vue ^2.7.15 application running on Vite ^4.5.0. When I run a dev server, <style>
tags of each component are added into the <head>
element, for example:
Vite + Vue dev server – how to modify dynamically loaded tags
I have a Vue ^2.7.15 application running on Vite ^4.5.0. When I run a dev server, <style>
tags of each component are added into the <head>
element, for example: