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
emretepedev
changed the title
fix: Can't import .js files to .vue files after update the version from 0.32.0 to 0.33.x
fix: Can't pass object to template after update the version from 0.32.0 to 0.33.x
Dec 12, 2022
π The bug
I can't pass an object to the template after updating the version from 0.32.0 to 0.33.0.
π οΈ To reproduce
in
{root}/components/Header.vue
I got this error:
Cannot read properties of undefined (reading 'pages')
My project is public. The original repository here.
π Expected behaviour
I would expect it to work as it did in version 0.32.0.
The text was updated successfully, but these errors were encountered: