EvanAgee / vuejs-wordpress-theme-starter

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

"TypeError: Cannot read property 'rendered' of undefined" #34

Closed willi-dev closed 5 years ago

willi-dev commented 5 years ago

hello,

i got this error on my console, from fresh install, Error from RecentPostsWidget..

[Vue warn]: Error in render: "TypeError: Cannot read property 'rendered' of undefined"
found in
---> <RecentPostsWidget> at src/components/widgets/RecentPosts.vue
       <Home> at src/components/Home.vue
         <App> at src/App.vue
           <Root>

any solution?

Thanks.

willi-dev commented 5 years ago

solved.

Wordpress Permalink Settings must set to 'Post Name'

Thanks.