Jack Barham

Results 13 comments of Jack Barham

I also worked with @ChromaticMind on this particular issue. We used this plugin with Nuxt.js, and it was a massive headache getting the `babel-loader` to work correctly. Of course, we...

@mystrdat in package.json, change the version down to `"vue-svg-loader": "0.11.0"` and remove the `^` so it doesn't update when you run package updates.

I have the same issue. I'm only saving the country code "GB" but want to display the country name "United Kingdom" in the select box. I came up with a...

> If you are using the URL-parameter from your dynamic routes to fetch your data, then use `route.path` instead of `route.fullPath`. The problem is, `route.fullPath` will contain additional queries from...

In the end I used Menuzord (only $7) from http://codecanyon.net/item/menuzord-responsive-megamenu/8536398 and, although a little bloated, it did do what I needed it to. Example: http://www.traveldivision.com Hope that helps.

I totally agree, but had to find a quick solution - It's actually pretty hard to find a simple, light-weight, responsive, dropdown, touch-enabled navigation script. I had high hopes for...

Nor me either - Looks promising, but I wont be able to investigate until get some free time. If you get to the bottom of it, maybe do a pull...

Good work - Lets hope she'll update the script

Here's my example I got working (thanks to this thread) using `index` and native Javascript. HTML (Laravel blade - Note the: `{{$loop->index}}`) ```blade @foreach($slider->content->items as $item) {{ $item->title }} @endforeach...