Skip to content

Commit 60bf8ee

Browse files
Update the Splide version.
1 parent 9aa25f5 commit 60bf8ee

File tree

6 files changed

+10508
-1480
lines changed

6 files changed

+10508
-1480
lines changed

dist/js/vue-splide.cjs.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[Symbol.toStringTag] = "Module";
44
var vue = require("vue");
55
/*!
66
* Splide.js
7-
* Version : 3.6.11
7+
* Version : 3.6.12
88
* License : MIT
99
* Copyright: 2022 Naotoshi Fujita
1010
*/
@@ -1951,7 +1951,7 @@ function LazyLoad(Splide2, Components2, options) {
19511951
bind(_img, "load error", (e) => {
19521952
onLoad(data, e.type === "error");
19531953
});
1954-
["src", "srcset"].forEach((name) => {
1954+
["srcset", "src"].forEach((name) => {
19551955
if (data[name]) {
19561956
setAttribute(_img, name, data[name]);
19571957
removeAttribute(_img, name === "src" ? SRC_DATA_ATTRIBUTE : SRCSET_DATA_ATTRIBUTE);

dist/js/vue-splide.esm.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineComponent, ref, onMounted, onBeforeUnmount, onUpdated, watch, computed, openBlock, createElementBlock, renderSlot, createCommentVNode, createElementVNode, Fragment } from "vue";
22
/*!
33
* Splide.js
4-
* Version : 3.6.11
4+
* Version : 3.6.12
55
* License : MIT
66
* Copyright: 2022 Naotoshi Fujita
77
*/
@@ -1948,7 +1948,7 @@ function LazyLoad(Splide2, Components2, options) {
19481948
bind(_img, "load error", (e) => {
19491949
onLoad(data, e.type === "error");
19501950
});
1951-
["src", "srcset"].forEach((name) => {
1951+
["srcset", "src"].forEach((name) => {
19521952
if (data[name]) {
19531953
setAttribute(_img, name, data[name]);
19541954
removeAttribute(_img, name === "src" ? SRC_DATA_ATTRIBUTE : SRCSET_DATA_ATTRIBUTE);

0 commit comments

Comments
 (0)