请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

"export 'ColumnProps' was not found in './testData'

export interface ColumnProps {
id: number
title: string
avatar?: string
description: string
}

export interface PostProps {
id: number
title: string
content: string
image?: string
createdAt: string
columnId: number
}

export { ColumnProps, PostProps } from ‘./testData’

报错

WARNING Compiled with 2 warnings 1:57:11 PM

warning in ./src/store.ts

"export ‘ColumnProps’ was not found in ‘./testData’

warning in ./src/store.ts

"export ‘PostProps’ was not found in ‘./testData’

正在回答 回答被采纳积分+3

1回答

张轩 2021-08-23 08:24:13

同学你好 你这里是要在 store 中使用 testData 的两个interface 吗? 那应该是 import 才对啊

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信