vue-cli-plugin-element
vue-cli-plugin-element copied to clipboard
"export 'default' (imported as 'Vue') was not found in 'vue'
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'
same problem
same problem +1
same problem
same problem
same problem+1
++1
+++++++1
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 !!