Iulian Mihai

Results 2 comments of Iulian Mihai

I use alpha 27 and the issue still exists. I tried the suggestions from this link https://vuejs.org/guide/extras/web-components.html#using-custom-elements-in-vue, but without any success.

In case this will help someone to get rid of the vuejs warnings: 1. In jest.config.js I added the following line: ```javascript module.exports = { setupFiles: ['/config/test-setup.js'], ... ```` 2....