Shreyansh Panchal

Results 8 issues of Shreyansh Panchal

If you have set up like this ``` - Root -- Child 1 --- Sub child 1 ``` And you just want to remove Sub Child 1 and place it...

I am thinking of sending a PR which will add 1+ columns which will spit out `view` name that is being returned from the controller action. Could that be useful?

Similar issue #16 exists, But the conversation lead into Laravel mix specific solution. I'm using Vue Project with Vue `2.6.11` I'm still receiving this error in console `Failed to mount...

Return xhr response with `finish` event. #14 I'm not sure whether this is the right way to do this. Please feel free to edit my commit.

This package is missing vital element. There should be server response with ` v-on:finish` event. For reference here's something like that on a similar package [Vue-Clip onComplete event](https://github.com/thetutlage/vue-clip#oncompletefile-status-xhr) I'll try...

Events are missing in the readme file. So i've added documentation for events so, as to avoid #5

I'm planning to send a PR that will return currency symbol. Possible client code might look like this: `currency()->getCurrencySymbol()` which outputs one of the relevant currency symbol like: `$`, `€`....