simonhrogers

Results 15 comments of simonhrogers

Thanks @houdiini! But actually either `$route.fullPath` or `$route.path` would (and should) work for my needs in this use-case and neither does.

Please note – this happens even if I just do: `` i.e. no computed properties, nothing – referencing the `$route` directly. Vue Devtools still reports the correct value for `$route.fullPath`,...

As a workaround I’m using `@click="$router.replace(`${$route.fullPath}?cart=open`)"` on a `span` tag, but this feels like a bug with Nuxt that I can’t use `` in the way described above.

https://www.becontreeforever.uk/projects/girls-like-us The live site is here, if it helps verify. I’m running the lighthouse test in a private session to make sure no plugins are interfering.

I am using Nuxt in static mode, and this is how the `site.webmanifest` file is currently generated, so yes something definitely failing: ``` {"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} ``` However in `/dist/_nuxt`, `manifest.dd28a6e4.json` is...

Would like to know the answer to this too.

@rchl ... bit late to this, my solution in the end was simply to fire the events from keyup instead, it still feels responsive to me.

I’ve solved my initial problem by setting strategy to the following: ```strategy: 'no_prefix',``` I might have missed this in the docs, but its not something I remember seeing a reference...

Would you be able to please post the entire .js file for this ammendment? I'm having a hard time getting this to work.

Hi Barry, I can confirm I have this problem also if I remove some of the source files – say if they are declared in a JSON file somewhere and...