varave
varave
@elenafrontend thank you, it worked for me! ``` "swiper": "^5.3.7", "vue-awesome-swiper": "^4.1.1" ```
@antonreshetov can I get feedback?
@laurengriffin hi, maybe your problem will be solved this: https://vuejs.org/v2/guide/reactivity.html#Async-Update-Queue
@antonreshetov the problem is on this line https://github.com/antonreshetov/vue-form-components/blob/af443d80d1a40bf4f1c5c4a016ebead74421b527/src/components/select/Select.vue#L222, if `this.value` is empty, then you need to clear `this.selected`. I fixed this code and it worked: ```javascript setInitValue () { if...
It works for me with the config from the docs (vue cli tab): https://vue-svg-loader.js.org/faq.html#how-to-use-both-inline-and-external-svgs `"vue-svg-loader": "^0.16.0"`
@pafnuty понял, попробую реализовать и скину сюда, вдруг кому-нибудь пригодится
`engine/modules/uniform/uniform.php` после строки 350 добавить: ```php $tpl->set ('{THEME_PATH}', $config['http_home_url'] . 'templates/' . $config['skin']); ``` пример использования: ```html ```
@BePo65 thanks, this solved my problem!