⬆️(vite): 2.9.12
更新文档
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user