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
I got this error when trying to use VUE3 with vue-form-json-schema.
Uncaught (in promise) TypeError: this.$createElement is not a function
at Proxy.pe (vue-form-json-schema.esm.js?4897:1)
at Proxy.Oe (vue-form-json-schema.esm.js?4897:1)
at eval (vue-form-json-schema.esm.js?4897:1)
at Proxy.reduce (<anonymous>)
at Proxy.et (vue-form-json-schema.esm.js?4897:1)
at Proxy.pt (vue-form-json-schema.esm.js?4897:1)
at cb (vue-form-json-schema.esm.js?4897:1)
at Proxy.Q (vue-form-json-schema.esm.js?4897:1)
at Proxy.vfjsBusEventHandler (vue-form-json-schema.esm.js?4897:1)
at eval (vue-form-json-schema.esm.js?4897:1)
antiphishing.js:9377
I got this error when trying to use VUE3 with vue-form-json-schema.
I used the vue3 rewrite branch: https://github.com/jarvelov/vue-form-json-schema/tree/vue3rewrite
and tried the simple example.
The text was updated successfully, but these errors were encountered: