Ruslan Gabdrafikov
Ruslan Gabdrafikov
demo: ```html {{ i.id }} import VueSlickCarousel from 'vue-slick-carousel' import 'vue-slick-carousel/dist/vue-slick-carousel.css' import 'vue-slick-carousel/dist/vue-slick-carousel-theme.css' export default { layout: 'simple', name: 'Test', components: { VueSlickCarousel }, data() { return { slickOptions: {...
mounted method not need. =)
its error with empty items/default slot
yep. ```html ``` > TypeError: Cannot read property 'length' of undefined > at VueComponent.slideCount (vue-slick-carousel.umd.js?a7ab:10656)
It’s just that the content may load a bit later. Specify v-if as the content is missing or not yet loaded.
If anyone is interested, here is the revised version for ini: ```dart import 'package:highlight/src/common_modes.dart'; import 'package:highlight/src/mode.dart'; /// String either(List args) => '(' + args.join('|') + ')'; /// String BARE_KEY =...
Any ideas?
are there any fixes?