Strahinja Serbula

Results 4 comments of Strahinja Serbula

I was working on .NET Core and reading comments I resolved it doing the following. `var PDF = Renderer.RenderHtmlAsPdf(html, "file:///" + path);` `PDF.SaveAs(returnedPath);` So append following string to path of...

@kdeegan And how to use createTag method if I used component as plugin? ``` import Vue from 'vue' import VueTagsInput from '@johmun/vue-tags-input' Vue.use(VueTagsInput) ```

@pskarlas Yes, problem is in addTag method, because they have some rules before adding, as u said, if 'add-only-from-autocomplete' is true, saving is not done. The best way to figure...

Hello everyone, I am using vue-slick-carousel, based on vue-slick, I am trying this with classes and it doesn't work, I would appreciate help. ``` ... ```