Vitalii Blokhin
Vitalii Blokhin
@RobertoNyentek you must pass all arguments when calling the function draftToHtml example: ``` const customEntityTransform = (entity, text) => { if (entity.type !== 'LINK') return; // eslint-disable-next-line consistent-return return `${text}`;...
For use in Nuxt.js you need to do: create file __vue-concise-slider.js__ in plugins directory ``` import Vue from 'vue'; import { slider, slideritem } from 'vue-concise-slider'; Vue.component('Slider', slider); Vue.component('SliderItem', slideritem);...
@bharath063 This is a very strange case. The Vuex is needed to store and change the overall state of the project, rather than invoking third-party methods.
Hi, I'll try to support the new version this week
Currently no. You can offer a PR or wait a few days until I make this functionality.
@aisin Use different ref, my working example: ``` ... ... ```