This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
fix: Can't pass object to template after update the version from 0.32.0 to 0.33.x #728
Labels
bug
Something isn't working
π 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: