ElementUI / vue-cli-plugin-element

Element plugin for vue-cli
MIT License
826 stars 115 forks source link

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

Open TsPuujee opened 4 years ago

TsPuujee commented 4 years ago

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'

HNQX commented 4 years ago

same problem

etaqi commented 4 years ago

same problem +1

mateusevcarvalho commented 4 years ago

same problem

MrJoyming commented 4 years ago

same problem

Marblog commented 4 years ago

same problem+1

awen123 commented 4 years ago

++1

xiaoyaosheng-yu commented 3 years ago

+++++++1

qiangtou commented 2 years ago

Element plugin for @vue/cli 3.0.

npm uninstall -g @vue/cli
npm install -g @vue/cli@3.0.4
vue create my-app
cd my-app
vue add element
npm run serve

it works !!