Victor Saa

Results 35 comments of Victor Saa
trafficstars

You can access the global instance: ```javascript const { vueApp } = useNuxtApp(); const { t } = vueApp.__VUE_I18N__.global; ```

@copostic this Is what I'm doing on my own project, basically you change locale which is a ref. I didn't have my PC at hand so I took a screenshot...

This could probably be related to this issue: https://github.com/vuejs/core/pull/6652, I'm waiting for vue team to make a new release. @BobidaHombre Try updating to rc8 instead. The issue comes after version...

> (You can also try pinning the version of vue you're using by installing it explicitly or using npm overrides or yarn resolutions.) Vue team just released [email protected] so this,...

@BobidaHombre Multiple things after analizing the config you shared. - buildModules is deprecated, use modules instead. - move your postcss config to vite.css.postcss.plugins thus removing build property - all files...

@BobidaHombre Take a look at this fork https://stackblitz.com/edit/github-xuuswj-ptdh9u?file=package.json Removed the conflicting packages and had to install defu for some unknown reason #7168. Delete node_modules & package-lock on your local enviroment,...

> Did exactly as You said, just added additionally vanilla axios (I need it). Still have the same issue :V Did you? Is hard to do something else from my...

Any further news on this? it would be a huge improvement for this package to not depend on some ambigous typings.

I'm looking forward to this. In my latest project the amount of duplicated code is surprisingly high because of this.

If you are using PostCss the plugin [postcss-merge-selectors](https://github.com/georgeadamson/postcss-merge-selectors) does the job but has an issue with media queries. I don't know what would require to implement something better in cssnano.