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

Correct ternary condition on page getter #106

Closed gradedcatfood closed 4 years ago

gradedcatfood commented 4 years ago

I believe this ternary is incorrect and was causing an issue when loading page content with the Page.vue component.

Screen Shot 2020-02-23 at 10 32 25 AM

Flipped the condition to come first then return the 0th index or false.

Please let me know if this is helpful.

Thanks