element-plus / vue-cli-plugin-element-plus

Element Plus plugin for @vue/cli 4.5
MIT License
126 stars 16 forks source link

Issue with TypeScript #18

Open mehran-naghizadeh opened 3 years ago

mehran-naghizadeh commented 3 years ago

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'; ...