Wesley Smith
Wesley Smith
@simplesmiler isn't it actually `v-for="(value, key) in object` and `v-for="(value, index) in list"` ? That is to say, isn't the value the first parameter? (counterintuitive though it is) https://vuejs.org/v2/api/#v-for
@simplesmiler fair enough :)
I'd love to see this implemented.
I've implemented a possible solution using @MichielVanderlee 's suggestion. https://github.com/medialize/URI.js/pull/374 This allows me to now do `let uri = new URI(URI.toUri('somesite.com', {scheme: 'http'}));` after which, `uri.domain()` will return the `expected...
@rodneyrehm Makes sense. Do you want to go ahead and close this one and Ill make the changes and re-submit this afternoon?
@deJong-IT , This fix makes the error message go away but doesn't seem to resolve the issue. The original function's purpose was to prevent users from dropping a parent element...
Thats an issue with your machine, not laravel-vuetify, run `npm install cross-env --g` to fix it.