Ttou
Ttou
@posva https://stackblitz.com/github/Ttou/nuxt2-pinia-issue
还是希望用 jsx 写,渲染函数不直观
就没有人解决或者给个临时的方案吗
same problem

响应拦截器的错误类型应该是 `FlyError`,可以重写下;往请求头加自定义参数也可以通过重写定义 
@yannterzi maybe create an new package is a good choice
add `./types/iconify.d.ts` ```ts interface _Icon { new (): { $props: import('@iconify/vue/dist/iconify').IconProps } } declare module '@iconify/vue' { export const Icon: _Icon // export you want export { addCollection } from...
same problem, https://github.com/microsoft/TypeScript/issues/56350
vite ```js resolve: { alias: [ { find: "vue", replacement: "vue/dist/vue.esm.js", }, ], } ```