_this.appendSlide = function (html, slideClassList, el) {
    if (!html) return;
    if (html.nodeType) {
      return _this._extendSwiperSlide(html).append()
    }