We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题1:已声明“Charts”,但从未读取其值。ts(6133) 无法找到模块“@jiaminghi/charts”的声明文件。“c:/Users/tt/Desktop/Project/vue2.0/node_modules/@jiaminghi/charts/lib/index.js”隐式拥有 "any" 类型。 尝试 npm install @types/jiaminghi__charts (如果存在),或者添加一个包含 declare module '@jiaminghi/charts'; 的新声明(.d.ts)文件ts(7016)
npm install @types/jiaminghi__charts
declare module '@jiaminghi/charts';
问题2:charts.class.js:26 Charts Missing parameters! 一直要参数,到底要什么参数,配置文件找不到
The text was updated successfully, but these errors were encountered:
问题2,+1
Sorry, something went wrong.
No branches or pull requests
问题1:已声明“Charts”,但从未读取其值。ts(6133)
无法找到模块“@jiaminghi/charts”的声明文件。“c:/Users/tt/Desktop/Project/vue2.0/node_modules/@jiaminghi/charts/lib/index.js”隐式拥有 "any" 类型。
尝试
npm install @types/jiaminghi__charts
(如果存在),或者添加一个包含declare module '@jiaminghi/charts';
的新声明(.d.ts)文件ts(7016)问题2:charts.class.js:26 Charts Missing parameters! 一直要参数,到底要什么参数,配置文件找不到
The text was updated successfully, but these errors were encountered: