existe-deja

Results 29 comments of existe-deja

Just figured out **link is applied on `yarn add` command only**. If you already have the remote package installed and you link it to a local one, you won't have...

> I believe the purpose of component interpolation is precisely to avoid having markup inside the translation strings. Instead, you can do this: > > ``` > > > >...

By the way, you just have to re-run the install script which is `curl https://get.volta.sh | bash`.

So `volta --version` is your friend but there is no built-in function to check for available volta updates.

@drewbaker, sorry, I didn't try on a fresh install and it works. I should have some conflicts.

I just found using lazy loading for translation of nuxt i18n module is responsible of the side effect.

After trying lot of things, this is my workaround: - create a global storybook decorator in `.storybook/preview.js` ```javascript export * from '~~/.nuxt-storybook/storybook/preview.js' import Vue from 'vue' const withVueDevTools = ()...

I think I'm missing something https://stackblitz.com/edit/github-wcjbwb?file=pages%2Findex.vue,nuxt.config.ts,content%2Fen%2Fabout.md The fallback behavior isn't working and if I try to refetch after a catch I get a Nuxt error on server side but I...

I'm facing this issue in `8.1.4`

edit: I was doing some weird watchEffect stuff on my component, it's working properly