Peter
Peter
Not sure I understand the above, looks like applying two colour classes to one container (text) in your example? Otherwise you could check this out (it is also supported in...
~~Hey folks, have the same issue would love to see some workaround examples. Not sure how to approach package-lock to force vue 3.3? Unless there are more elegant solutions...~~ **Ninja...
@Divesh-Kumar-Chordia this is not related to `index.html` but to `pinia-plugin-persistedstate`. In your `nuxt.config.ts` add this line ``` build: { transpile: ['pinia-plugin-persistedstate'], }, ``` Here's a source of this workaround: https://github.com/prazdevs/pinia-plugin-persistedstate/issues/236#issuecomment-1712104845