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
{{ message }}
This repository was archived by the owner on Jan 23, 2022. It is now read-only.
I've run vue add element-plus on a fresh vue3 + TypeScript app. Now, trying to run yarn serve, I get
ERROR in src/main.ts:6:32
TS7016: Could not find a declaration file for module './plugins/element'. '/Users/mehran/Documents/metras/frontend/metras-vue3/src/plugins/element.js' implicitly has an 'any' type.
...
6 | import installElementPlus from './plugins/element';
...
I've run
vue add element-pluson a fresh vue3 + TypeScript app. Now, trying to runyarn serve, I get