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

"export 'default' (imported as 'Vue') was not found in 'vue'

Open TsPuujee opened this issue 4 years ago • 8 comments

yarn run v1.21.1 $ vue-cli-service serve INFO Starting development server... 98% after emitting CopyPlugin

WARNING Compiled with 1 warnings 9:54:36 PM

warning in ./src/plugins/element.js

"export 'default' (imported as 'Vue') was not found in 'vue'

TsPuujee avatar Sep 23 '20 13:09 TsPuujee

same problem

HNQX avatar Sep 25 '20 09:09 HNQX

same problem +1

etaqi avatar Sep 26 '20 09:09 etaqi

same problem

mateusevcarvalho avatar Oct 08 '20 12:10 mateusevcarvalho

same problem

MrJoyming avatar Oct 13 '20 10:10 MrJoyming

same problem+1

Marblog avatar Oct 14 '20 01:10 Marblog

++1

awen123 avatar Nov 02 '20 09:11 awen123

+++++++1

xiaoyaosheng-yu avatar Nov 20 '20 02:11 xiaoyaosheng-yu

Element plugin for @vue/cli 3.0.

npm uninstall -g @vue/cli
npm install -g @vue/[email protected]
vue create my-app
cd my-app
vue add element
npm run serve

it works !!

qiangtou avatar Dec 22 '21 11:12 qiangtou