Fran Dios

Results 178 comments of Fran Dios

@ortonomy Hi! I think `vue-component-compiler` already supports that. I don't directly use this package anymore but I'd be happy to merge PRs updating that. Otherwise, it will take some time...

@ortonomy There is no version that supports style tags. v0 used a different package internally that was problematic. v1-beta uses `vue-component-compiler`, which is official. I made this for [OnsenUI](https://github.com/OnsenUI/OnsenUI) but...

Awesome, thanks for sharing here! I'll update the readme with a link to that changelog 👍

I guess this is why 408 timeout errors for GET requests are cached 🤔

@dyardyGIT There's an issue about it [here](https://github.com/chrisvfritz/vue-enterprise-boilerplate/issues/48) with a common problem you might face.

Having the same issue. `notifyOnNetworkStatusChange` didn't change anything, only using `network-only` works.

Looks like `@vue/apollo-composable` is using [`getCurrentInstance().$isServer` to skip prefetch](https://github.com/vuejs/vue-apollo/blob/3792daa5864b8d080f61377deefcd561f233ed27/packages/vue-apollo-composable/src/useQuery.ts#L145). This `$isServer` flag doesn't seem to be part of Vue 3: https://github.com/vuejs/vue-next/blob/c421fb91b2bec047e665f8269e231bf89f9bfc93/packages/runtime-core/src/component.ts#L203

@anatoo @asial-matagawa Related to this issue, there are other problems in [docs like `pushPage`](https://onsen.io/v2/docs/angular2/ons-navigator.html#method-pushPage). It says `page`, `options.page` or `options.pageHTML` are `string` and say to use `ons-template`. This is directly...

@markhats Can you provide a repro? Otherwise, it's hard for us to debug.

@lpinca Hi! Since there's no changelog I will ask here: do you remember what's the breaking change between v2 and v3? I'd like to know that before starting the upgrade....