xjccc

Results 32 comments of xjccc

@danielroe @ikxin If Chinese translation is needed, please also let me participate❤

You could set `cdnURL` ? ``` app: { cdnURL: './', } ```

You could set this, have a try. ``` definePageMeta({ scrollToTop: false }) ```

Excuse me. Is there need a global config like `app.scrollToTop` to control the all pages scrollBehavior? Thank you. @danielroe

> Would you be able to add some regression type tests (including for custom error type) in `test/fixtures/basic-types/types.ts`? I will try later for that. Maybe more difficult for me. 😅

When use custom fetch like docs ![Image](https://github.com/user-attachments/assets/4a8294af-ae14-4bbb-a42c-d87ad3e45fd4) Its cause error, `The type of the attribute "default" is incompatible.` I think its two questions. 1. Options `type` could not be `undefined`...

`Transform` type incompatibility 😭. How could i transform this.

I will add some custom fetch test at Monday.

> could you share a reproduction or some code that isn't working at the moment? Oh.. I don't have the scene. Just see that at `clearNuxtData` to reset `data.value` to...