We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea80ef commit 4dcfdadCopy full SHA for 4dcfdad
2 files changed
.github/workflows/lint.yaml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup Node.js
25
uses: actions/setup-node@v3
26
with:
27
- node-version: 20
+ node-version: 22
28
- name: Install Pnpm
29
run: npm i pnpm@latest -g
30
- name: Install Node Dependencies
frontend/antdx/think/Index.svelte
@@ -17,8 +17,6 @@
17
_internal: {
18
layout?: boolean;
19
};
20
- root: string;
21
- proxy_url: string;
22
}>(() => props);
23
const getProceedProps = processProps(() => {
@@ -29,8 +27,6 @@
elem_classes,
elem_id,
31
elem_style,
32
- root,
33
- proxy_url,
34
...restProps
35
} = getComponentProps();
36
return {
@@ -43,8 +39,6 @@
43
39
44
40
45
41
46
47
48
42
49
}, {});
50
const proceedProps = $derived(getProceedProps());
0 commit comments