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'm not able to use CurrentRoute property in the view. I get ReferenceError: Can't find variable: currentRoute in the console onload.
When running vue.NewComponent... I can gain access to the data property in the view. But I need to implement a render method for the component so I needed to use the NewOption api.
Still trying to understand but components seemed to render when I set the option.Data as a function. Seems like o.SetDataWithMethods and o.Data were clashing overwrote the data object.
I'm not able to use CurrentRoute property in the view. I get
ReferenceError: Can't find variable: currentRoute
in the console onload.When running vue.NewComponent... I can gain access to the data property in the view. But I need to implement a render method for the component so I needed to use the NewOption api.
Is there something I'm doing wrong?
The text was updated successfully, but these errors were encountered: