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
with Vue 3.0.0-alpha.5 is throwing at runtime with:
runtime-core.esm-bundler.js?5c40:342 ReferenceError: vModelText is not defined
at Proxy.render (App.vue?3dfd:3)
at renderComponentRoot (runtime-core.esm-bundler.js?5c40:467)
at componentEffect (runtime-core.esm-bundler.js?5c40:2477)
at run (reactivity.esm-bundler.js?a1e9:96)
at reactiveEffect (reactivity.esm-bundler.js?a1e9:77)
The repro linked is a simple repo with this component.
Downgrading to Vue 3.0.0-alpha.4 makes it work again.
What is expected?
It should find the runtime helper
What is actually happening?
It throws an error
The same happens with vModelSelect and probably other runtime helpers.
The text was updated successfully, but these errors were encountered:
underfin
added a commit
to underfin/vue-next
that referenced
this issue
Feb 19, 2020
Version
3.0.0-alpha.5
Reproduction link
https://github.com/cexbrayat/missing-v-model
Steps to reproduce
A simple component looking like:
with Vue 3.0.0-alpha.5 is throwing at runtime with:
The repro linked is a simple repo with this component.
Downgrading to Vue 3.0.0-alpha.4 makes it work again.
What is expected?
It should find the runtime helper
What is actually happening?
It throws an error
The same happens with
vModelSelect
and probably other runtime helpers.The text was updated successfully, but these errors were encountered: