Sam Turrell

Results 9 comments of Sam Turrell

If the article page is going to be the last item in the breadcrumbs, you could use the $breadcrumbs property, loop it and then append your data to the end....

Implemented in branch issue-1, but does not update the dom until a second navigation occurs, which obviously isn't ideal. I've tracked it down to a single line of code in...

Some work i did on this a little while ago can be viewed here: https://github.com/samturrell/vue-breadcrumbs/blob/issue-1/src/index.js Basically it's leveraging the internal Vue.util.defineReactive helper to listen for changes, but only changes on...

In my branch it's available as this.$breadcrumb (https://github.com/samturrell/vue-breadcrumbs/blob/issue-1/examples/index.js)

Hey guys, i'll try to look into this again this weekend if i have some time. Otherwise I'm happy to accept a PR 😄

I've been looking into this for a couple of hours now. I've managed to sync up the data in the meta with a `$breadcrumb` value in the components data, but...

This helper function seems to be working for me when i've had this issue ```js export const isScreenshot = () => typeof navigator !== 'undefined' && navigator.webdriver; ```

I've also exhausted all options trying to get this to work in userland. Anybody else had any luck?

> I also encountered the same error after updating to the latest version. The issue was resolved by configuring the `region` in the sdkOptions of `regconfig.json`. > > ```json >...