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
Could not find a declaration file for module 'vue-at'. '/home/user/Repos/platform-frontend/node_modules/vue-at/dist/vue-at.js' implicitly has an 'any' type.
Try npm install @types/vue-at if it exists or add a new declaration (.d.ts) file containing declare module 'vue-at';ts(7016)
The text was updated successfully, but these errors were encountered:
在vue-admin-template中import vue-at出错
Could not find a declaration file for module 'vue-at'. '/home/user/Repos/platform-frontend/node_modules/vue-at/dist/vue-at.js' implicitly has an 'any' type.
Try
npm install @types/vue-at
if it exists or add a new declaration (.d.ts) file containingdeclare module 'vue-at';
ts(7016)The text was updated successfully, but these errors were encountered: