Joe Maylor

Results 6 comments of Joe Maylor

I think this makes sense. You are essentially initialising two refs in two different components. They are both retrieving their initial value from storage, but they are then independent of...

Have you considered using [Vue i18n](https://vue-i18n.intlify.dev/guide/)? would do the job for you I think

Would be great if this could be implemented. As others have said, it's really quite cumbersome to bootstrap an SPA right now with this. I'll use Vue as an example....

I'm coming back a few months on having revisited this, and found a way to do this in a Vue 3 app I'm writing, which works quite nicely I think....

I ran into this issue as well. It seems to occur whenever a class is applied to the container element, as well as binding the `containerProps` i.e. ```html Row: {{...

You should just be able to escape these with backslash, e.g. ``` {{code}} import Prism from "vue-prism-component"; export default { components: { Prism }, data() { return { code: `const...