-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with render a form on production mode with Vite #120
Comments
I’m having the same issue with Vue 3 + Vite on the It is being included in the resulting .js file though, but nothing is being rendered. No errors or warnings are logged in the browser console. |
Having similar issue on vue2 + vite setup, everything works on local dev, but after build looks like component is not rendering. Do you have any updates guys? |
Has anyone found a solution for this? |
Feel free to try my Vue3 fork: https://github.com/miguelzapaton/vue3-form-json-schema You can find additional information here: #81 . |
Hi,
We have an issue that can not render our form on production mode. It is working fine in development mode but when we built it, we got the following error message.
We are using Vue 2.6 and Vite as package managers.
Any advice would be much appreciated.
The text was updated successfully, but these errors were encountered: