⬆️(vite): 2.9.12

更新文档
This commit is contained in:
就眠儀式
2022-06-17 23:33:54 +08:00
parent 622c8c1eac
commit f14105cfe2
4 changed files with 39 additions and 75 deletions

View File

@@ -75,7 +75,7 @@ const setItemInstanceBySlot = function (nodeList: VNode[]) {
};
watch(slotsChange, () => {
alert("111111111111")
alert("111111111111");
childrens.value = [];
setItemInstanceBySlot((slot.default && slot.default()) as VNode[]);
});
@@ -139,7 +139,7 @@ watch(
:lay-anim="anim"
:lay-indicator="indicator"
:lay-arrow="arrow"
:style="{ 'width': width, 'height': height }"
:style="{ width: width, height: height }"
>
<div carousel-item>
<slot></slot>

View File

@@ -12,7 +12,7 @@
"dependencies": {
"vue-router": "^4.0.15",
"vue-i18n": "^9.1.10",
"@vueuse/core": "^8.3.0",
"@vueuse/core": "^8.7.3",
"pinia": "^2.0.14",
"pinia-plugin-persist": "^1.0.0"
},