Ttou

Results 42 comments of Ttou

@posva https://stackblitz.com/github/Ttou/nuxt2-pinia-issue

就没有人解决或者给个临时的方案吗

![深度截图_选择区域_20190902111557](https://user-images.githubusercontent.com/4298437/64088239-193ef400-cd73-11e9-958d-88850bcba9d9.png)

响应拦截器的错误类型应该是 `FlyError`,可以重写下;往请求头加自定义参数也可以通过重写定义 ![深度截图_选择区域_20190905164948](https://user-images.githubusercontent.com/4298437/64326806-31c23f00-cffd-11e9-8330-fee2d0d027a1.png)

@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", }, ], } ```