vue-cli-plugin-element-plus icon indicating copy to clipboard operation
vue-cli-plugin-element-plus copied to clipboard

Element Plus plugin for @vue/cli 4.5

Results 15 vue-cli-plugin-element-plus issues
Sort by recently updated
recently updated
newest added

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

after set up on-demands import, then type `app.use(ElComponent1)` and `app.use(ElComponent2)`. when using sass, only ElComponent1 got style.

![1](https://user-images.githubusercontent.com/69613314/107849411-f6ed4900-6e35-11eb-8a2f-9cefc8444a96.jpg) ![2](https://user-images.githubusercontent.com/69613314/107849431-184e3500-6e36-11eb-93f9-f44079a6c7b3.jpg)

when installing element-plus via cli-plugin i selected locale as 'ua' as it was among options. however no 'ua.js' appeared in 'element-plus/lib/locale/lang/' and my app didn't start as it misses ua.js...