Sérgio Reis
Sérgio Reis
Did you manage to fix that error @perskes ?
For anyone that steps into this, after looking through the pace.js, found out ignoreURLs was moved into ajax object, so ignore urls for me are working like this ``` window.paceOptions={...
For anyone stumbling into this, try to go to react native developer menu and disable debugging (shacking the device or in the case of an emulator ctrl+m). I've had the...
Ooops, sorry about indentations, vscode did that for me...
As i said in the review above: > Added js-beautify 1.6.14 since this was done at the same time this problem popped up > > beautify-web/js-beautify#1252
I guess it can be removed now if it is fixed but, for some reason, if i didn't add that version of the package i was always unable to build,...
Check https://github.com/ridewn/vue-date-picker/pull/6
Sure, here: ``` ... data(){ return{ from_date: { show: false, date: "" }, //.... } }, methods: { closeFrom() { if (this.from_date.date.trim() == "") this.from_date.date = ""; // If no...
I'm perfectly fine with the second fix. The first seems to be harder to accomplish since vue material is lacking some contributers and the development has been slowing down there......