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

Element plugin for vue-cli

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

国内环境安装 node-sass 容易失败, 可以切换成 dart-sass 么

1. 执行`vue add element` 2. `package.json` 中的版本是 `"element-ui": "^2.4.5"`,`package-lock.json` 版本是elementui最新版本 ![image](https://user-images.githubusercontent.com/20087598/89765230-81bc5680-db28-11ea-8cc1-980a2ece32b0.png) ![image](https://user-images.githubusercontent.com/20087598/89765262-93056300-db28-11ea-95b0-40fccd06eb7a.png)

能否官方出个,可编辑table,用在form中

引入的相关代码: `import './plugins/element.js' import { Message,Loading } from 'element-ui' Vue.use(Message) Vue.use(Loading) Vue.prototype.$loading = Loading.service; Vue.prototype.$message = Message;` 但是样式没有用!不知道为什么呜呜呜 ┭┮﹏┭┮

![image](https://user-images.githubusercontent.com/26636842/86536961-39ed5280-bf1e-11ea-8fae-20b507faa2a9.png) ![image](https://user-images.githubusercontent.com/26636842/86536967-42de2400-bf1e-11ea-84df-c5f68cc18d17.png)

请问插件引入的element-ui无法使用scrollbar如何解决

按需引入,像最新的抽屉功能都没法用

显示按钮你完全可以插在里面啊,为什么要完全覆盖呢!! 别人反馈了那么久理都不理

Hi, I'm using this plugin for production-ready Vue application. I'm attempting to deploy the app through a simple docker container. For some reason, the element-ui components are not loading properly...