vuehaus icon indicating copy to clipboard operation
vuehaus copied to clipboard

Vue.js on top of WordPress

Results 7 vuehaus issues
Sort by recently updated
recently updated
newest added

We just need to add a link or a button to the admin controls when editing a single page. If the page has a "next page" (sibling page immediately following...

enhancement

OK so 99% of the time whenever I need a custom filter, it is to one of these scenarios: 1. Add pages to `related` 1. Include "featured" pages/posts on the...

enhancement

- `winLoaded` - font loading

enhancement

I needed to add this to ETC in the `watch` section on the front page: ```js '$route.fullPath'(to, from) { if (to == '/' && from.includes('?s=')) { this.$store.dispatch('LOAD_AND_REPLACE_QUERYDATA', { path: '/'...

enhancement
question

From @drewbaker : > Would be good to have a component that created the link to edit a post/page. Obviously it should only show up if the user is logged...

enhancement

- Nav - Menu - Sections - Grid and Grid Blocks? - Pagination? Next/Prev page? - Slideshows? - Video player and thumbnails? - Blog category and blog posts - Contact...

documentation

Currently, we dump the entire contents of Rest Easy into the vuex store and then work off of that. In certain situations, such as the one outlined in issue https://github.com/funkhaus/Rest-Easy/issues/16...

enhancement