Александр Королёв

Results 7 comments of Александр Королёв

I have the same problem with slider. If page run first time - all are ok. When navigating through pages in SPA all styles are removing from slide. Someone did...

{ "file": "\\vendor\\mews\\purifier\\src\\Purifier.php", "line": 263, "function": "purify", "class": "HTMLPurifier", "type": "->" },

If in an App where use _vue-multiselect ^3.0.0-beta.2_ witch **SSR** You use **Vite**, then you need to explicitly specify in _vite.config.js_ in the _build_ section the _target_ option in _'esnext'_,...

> @Seeman13 thx! But what if you dont want to use esnext and work with legacy plugin? Well then, if you work with a deprecated plugin, then use Vue 2...

Автор библиотеки предлагает использовать референции для взаимодействия со слайдерами, как это показано, например, здесь: https://gs-shop.github.io/vue-slick-carousel/#/example/as-nav-for Но, как сказано в официальной документации по Vue здесь: https://ru.vuejs.org/v2/guide/components-edge-cases.html $refs заполняются только после того,...

Пример компонента: ``` ``` Второй слайдер: ``` ``` Script: ``` export default { name: 'Images', async asyncData ({ $axios, error }) { try { const images = await $axios.$get('api/getImages') return...

I had this problem. For decision Me helped this hint malaynayak. Just need to in property _tagList behavior across method setEditorTags() write down values obtained from the form. Else arrray...