Skip to content

Commit

Permalink
chore: update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
PengYYYYY committed Dec 4, 2024
1 parent 8b66dad commit 54c5e8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/snap/__snapshots__/csr.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -157053,11 +157053,11 @@ exports[`csr snapshot test > csr test ./src/table/_example/tree.vue 1`] = `
row
} = params;
if (lazyLoadingData.value && lazyLoadingData.value.key === row?.key) {
return __vite_ssr_import_0__.createVNode(__vite_ssr_import_1__.Loading, {
return __vite_ssr_import_0__.createVNode(__vite_ssr_import_2__.Loading, {
"size": "14px"
}, null);
}
return type === 'expand' ? __vite_ssr_import_0__.createVNode(__vite_ssr_import_2__.AddRectangleIcon, null, null) : __vite_ssr_import_0__.createVNode(__vite_ssr_import_2__.MinusRectangleIcon, null, null);
return type === 'expand' ? __vite_ssr_import_0__.createVNode(__vite_ssr_import_3__.AddRectangleIcon, null, null) : __vite_ssr_import_0__.createVNode(__vite_ssr_import_3__.MinusRectangleIcon, null, null);
}"
>
<!---->
Expand Down

0 comments on commit 54c5e8c

Please sign in to comment.