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
Compile a basic template with compiler-core:baseCompile which uses the <router-view> component, and pass to it the route object as a prop, or a computed value that uses the route object.
What is expected?
That I get the same output that I get from the template show below:
test.html:81 [Vue warn]: Property undefined was accessed during render but is not defined on instance.
at <App>
warn @ vue.global.js:1239
get @ vue.global.js:7061
render @ test.html:81
Version
3.0.0
Reproduction link
https://codepen.io/rhengles/pen/vYGwGLr
Steps to reproduce
Compile a basic template with
compiler-core:baseCompile
which uses the<router-view>
component, and pass to it theroute
object as a prop, or a computed value that uses the route object.What is expected?
That I get the same output that I get from the template show below:
What is actually happening?
A warning is printed on the console:
The
test.html:81
line is shown below:The text was updated successfully, but these errors were encountered: