You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
What is happening is that for some reason the render function get's overridden when rolling up the component(s) I've managed to get it working (at least on the first tests) by returning the render function in the setup call, here is my rolled up component:
Version
5.0.0
Reproduction link
https://github.com/YuriyBakutin/vue-select-test
Steps to reproduce
What is expected?
Select should appear on the page
What is actually happening?
Select does not appear on the page, the console displays an error
If you use the following construction:
no problems occur
When using the vue-cli, which is based on webpack, then problems do not arise in any case.
The text was updated successfully, but these errors were encountered: