EvanAgee / vuejs-wordpress-theme-starter

A WordPress theme with the guts ripped out and replaced with Vue.
https://vuewp.com/
1.6k stars 282 forks source link

On new installation, theme doesn't work (t.all.filter is not a function) #90

Closed DevJulia closed 4 years ago

DevJulia commented 4 years ago

Hello,

I want to practice VueJS by creating a SPA with Wordpress. Your theme seems perfect for that. However, after I installed it, the homepage is empty https://ibb.co/Qj9fDLZ.

In the Vue DevTools, I have the error pageContent:"(error during evaluation)". In the browser Devtools, I have the following error : [Vue warn]: Error in render function: "TypeError: t.all.filter is not a function"

How can I fix this?

Thank you. Julia

Dizolivemint commented 4 years ago

Same.

Ah, found the solution in issue #52!

EvanAgee commented 4 years ago

@DevJulia as @Dizolivemint pointed out there's a solution here https://github.com/EvanAgee/vuejs-wordpress-theme-starter/issues/52