SimulatedGREG / electron-vue

An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
https://simulatedgreg.gitbooks.io/electron-vue/content/
MIT License
15.47k stars 1.54k forks source link

Vue warn errors when using portal-vue #994

Open bennyschudel opened 4 years ago

bennyschudel commented 4 years ago

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

Hey, I've run into an issue when using vue-portal.

Describe the issue / bug.

As soon as I use portal-vue I will get two errors in the console:

[Vue warn]: $attrs is readonly. …

and

[Vue warn]: $listeners is readonly. …

I tried to investigate it and found this issue here, which maybe gives a head start. https://github.com/LinusBorg/portal-vue/issues/201

How can I reproduce this problem?

Install portal-vue and try to use it.

Tell me about your development environment.

Thank you so much!