Daniel James

Results 5 comments of Daniel James

### Here's how I solved this with Nuxt with no webpack extensions/modifications, etc. Works with multi-paged pdf's. 1. Install via npm ``` npm install -save vue-pdf ``` 2. Create a...

@tpanthier Yes, that's what was happening for me. I didn't realize the api was calling for each page. It's a small price to pay for a working solution, but I...

I had a similar issue where I could not call .focus() on a template ref in onMounted(). I found that the setTimeout hack does work, but it's pretty messy, so...

> ... so while this might be more stable than setTimeout it's certainly still just a workaround I agree. I do think the advantage of setting the key on `NuxtPage`...

@danielroe is there a way to disable transitions globally?