Electron-vue: use element-ui:$listeners is readonly. and $attrs is readonly.

Created on 22 Oct 2018  路  2Comments  路  Source: SimulatedGREG/electron-vue

Found an issue or bug with electron-vue? Tell me all about it!

Questions regarding how to use electron or vue are likely to be closed as they are not direct issues with this boilerplate. Please seek solutions from official documentation or their respective communities.

Describe the issue / bug.

#
It's not compatible with element-ui

How can I reproduce this problem?

#
use element-ui:This error occurs when both el-input and el-select are used before using el-message

Tell me about your development environment.

Most helpful comment

I've not actually used element-ui but I had a similar issue happen with vuetify and I resolved it by adding it to the whitelistedModules in the webpack config: let whiteListedModules = ['vue', 'vuetify'].

All 2 comments

Problems can occur with the webpack packaging configuration, causing the element-ui to repeatedly introduce vue.

I've not actually used element-ui but I had a similar issue happen with vuetify and I resolved it by adding it to the whitelistedModules in the webpack config: let whiteListedModules = ['vue', 'vuetify'].

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alexiej picture alexiej  路  3Comments

xiaomizhou66 picture xiaomizhou66  路  3Comments

simonwjackson picture simonwjackson  路  3Comments

jt-wang picture jt-wang  路  3Comments

Oriol-GG picture Oriol-GG  路  3Comments