existe-deja

Results 29 comments of existe-deja

A temporary fix is to clone the date object before transmitting to the child component with `buggyDate = new Date(buggyDate.getTime())`

I had some extra test I made because I don't fully understand how to manage cookies. I modified my `hosts` file with ``` 127.0.0.1 localhost test.localhost ``` I ran two...

A temporary fix is to clone the date object before transmitting to the child component with `buggyDate = new Date(buggyDate.getTime())`

Yes I try to use this feature, combined with [implicit fallback](https://kazupon.github.io/vue-i18n/guide/fallback.html#implicit-fallback-using-locales) But, check by yourself > https://codesandbox.io/s/cool-drake-oj5c4?file=/pages/index.vue What is happening is expected. In en-us mode, I only lazy load `en-US.json`...

Ok, I don't know why I kept pushing the implicit fallback meanwhile explicit one works like a charm :+1: Also, I have quite a lot languages to support, so a...

It'a always a good thing to keep behavior between vue-i18n and nuxt-i18n as iso as possible. I don't know how much time it requires and how full is the backlog....

If this feature is mandatory to go online, a workaround is to start as many servers as you have different languages. This way you can take advantage of prefix_except_default strategy.

Your store is already loaded by defaut. If you download the beta version of the devtool browser extension you can explore it.

I confirm the bug but not the workaround. Still impossible to inspect the code with devtools (FF or Chrome) in the storybook iframe embed or the standalone view too. ```...