提交 f79cae63 编写于 作者: V Vben

chore: update deps

上级 8b62fa0c
...@@ -39,7 +39,7 @@ export function useTree( ...@@ -39,7 +39,7 @@ export function useTree(
const res: (string | number)[] = []; const res: (string | number)[] = [];
const data = list || unref(treeDataRef) || []; const data = list || unref(treeDataRef) || [];
for (let index = 0; index < data.length; index++) { for (let index = 0; index < data.length; index++) {
const item = data[index] as any; const item = data[index];
const { key: keyField, children: childrenField } = unref(getReplaceFields); const { key: keyField, children: childrenField } = unref(getReplaceFields);
const key = keyField ? item[keyField] : ''; const key = keyField ? item[keyField] : '';
......
...@@ -8965,10 +8965,10 @@ vite-plugin-windicss@0.6.2: ...@@ -8965,10 +8965,10 @@ vite-plugin-windicss@0.6.2:
"@windicss/plugin-utils" "0.6.2" "@windicss/plugin-utils" "0.6.2"
windicss "^2.2.0" windicss "^2.2.0"
vite@^2.0.4: vite@^2.0.5:
version "2.0.4" version "2.0.5"
resolved "https://registry.npmjs.org/vite/-/vite-2.0.4.tgz#063532a4139b59a067297d8ebb5960d450907a09" resolved "https://registry.npmjs.org/vite/-/vite-2.0.5.tgz#ac46857a3fa8686d077921e61bd48a986931df1d"
integrity sha512-+PP89D7AKXFE4gps8c5+4eP5yXTh5qCogjdYX7iSsIxbLZAa26JoGSq6OLk0qdb/fqDh7gtJqGiLbG2V6NvkKQ== integrity sha512-QTgEDbq1WsTtr6j+++ewjhBFEk6c8v0xz4fb/OWJQKNYU8ZZtphOshwOqAlnarSstPBtWCBR0tsugXx6ajfoUg==
dependencies: dependencies:
esbuild "^0.8.52" esbuild "^0.8.52"
postcss "^8.2.1" postcss "^8.2.1"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册