logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

react-spring 类型错误,Property ‘children‘ does not exist on type ‘IntrinsicAttributes & AnimatedProps

TS2322: Type{children: Element;style: {opacity: SpringValue<number>;transform: SpringValue<string>;}; }is not assignable to typeIntrinsicAttributes & AnimatedProps<{ style?: { accentColor?: AccentColo

文章图片
#react.js#spring#前端
nest/nestjs自定义守卫拿不到request.user的值,context.switchToHttp().getRequest()拿不到上一个守卫挂载在req的数据

发现原因是@UseGuards使用错误,不要使用2个@UseGuards装饰器,而是像下面这样使用才正确。

#node.js#后端#中间件
Install failed for `@nuxtjs/i18n@9.5.3`. Do you want to continue adding the module to nuxt.config?

ERRORcorepack pnpm add @nuxtjs/i18n@9.5.3 failed.Install failed for `@nuxtjs/i18n@9.5.3`. Do you want to continue adding the module to nuxt.config?

#前端
win11耳机在电脑上测试有声音,但是网页和视频没有声音

win11耳机在电脑上测试有声音,但是网页和视频没有声音,需要设置播放设备为默认值

文章图片
#windows
Vue3+vite实现黑暗模式/暗夜模式/主题换肤

Vue3+vite 使用less 实现主题换肤/暗黑模式

文章图片
#vue.js#javascript#前端 +1
到底了