logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue3动态ref与大数据量Select

vue3动态ref与大数据量Select

#vue.js#前端
VUE前端cookie操作

VUE前端cookie操作

Module ‘“xx.vue“‘ has no default export.Vetur(1192)

使用Vue3测试时有如下代码:<script lang="ts" setup="props">import HelloWorld from './components/HelloWorld.vue'</script><template><HelloWorld/></template>简单的代码附件了一些看着不爽的提示,虽然不影响正常运行:

Property ‘errorCode‘ does not exist on type ‘AxiosResponse<any, any>‘.ts(2339)

故事比较简单,在axios返回结果中存在默认字段之外的字段,于是就出现了警告。AxiosResponse默认字段如下:export interface AxiosResponse<T = any, D = any>{data: T;status: number;statusText: string;headers: AxiosResponseHeaders;config: AxiosR

#typescript#前端#vue.js
到底了