wuiyang

Results 6 comments of wuiyang

i am creating windows phone 7.1 app, not 8.0, and i dont know how to code using the REST API

> this is great - thank you! ❤️ > > would you add unit tests in `ssr.test.ts` and `no-ssr.test.ts`, e.g.: > > https://github.com/nuxt/image/blob/aaeb7d5cfafc0a2ce5a4feea0a9486a177876363/test/e2e/ssr.test.ts#L58-L72 Thank you for the feedback, I couldn't...

apologize for slow update on PR, was busy with work for the last month and now got the time to add test into it

I have faced this issue and identified the root cause, it's caused by the condition checking for handling object/array. In the code below, it did not consider the fact that...

im looking for methods which can extract from assets similar to vue's `` behavior possibly can be modified to tap into `@vue/compiler-sfc` via `vite-plugin-vue` to look for `NuxtImg` and compile...

Ensure that you are installing `@nuxtjs/apollo` for Nuxt 3 by specifying the tag `next`. ```shell npm i -D @nuxtjs/apollo@next ``` NPM default install package with tag `latest`, which `@nuxtjs/apollo` `latest`...