You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i add import VueCalendarHeatmap from 'vue-calendar-heatmap in main.js,
it warn me can not find module “vue-calendar-heatmap” declare file。“d:/learn-game-ui/ruoyi-ui/node_modules/vue-calendar-heatmap/dist/vue-calendar-heatmap.common.js”隐式拥有 "any" 类型。 尝试使用 npm i --save-dev @types/vue-calendar-heatmap(如果存在),或者添加一个包含declare module 'vue-calendar-heatmap'; 的新声明(.d.ts)文件ts(7016)
The text was updated successfully, but these errors were encountered:
when i add
import VueCalendarHeatmap from 'vue-calendar-heatmap
in main.js,it warn me
can not find module “vue-calendar-heatmap” declare file。“d:/learn-game-ui/ruoyi-ui/node_modules/vue-calendar-heatmap/dist/vue-calendar-heatmap.common.js”隐式拥有 "any" 类型。 尝试使用
npm i --save-dev @types/vue-calendar-heatmap(如果存在),或者添加一个包含
declare module 'vue-calendar-heatmap';的新声明(.d.ts)文件ts(7016)
The text was updated successfully, but these errors were encountered: