Skip to content

Commit

Permalink
docs: change customRelease in openinula-vtable
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui-Sun committed Mar 21, 2024
1 parent ef09efc commit 8c43a99
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion docs/assets/demo-openinula/en/component/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ Inula.render(

// release openinula instance, do not copy
window.customRelease = () => {
root.unmount();
Inula.unmountComponentAtNode(root);
};
```
2 changes: 1 addition & 1 deletion docs/assets/demo-openinula/en/component/tooltip.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ Inula.render(

// release openinula instance, do not copy
window.customRelease = () => {
root.unmount();
Inula.unmountComponentAtNode(root);
};
```
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,6 @@ Inula.render(

// release openinula instance, do not copy
window.customRelease = () => {
root.unmount();
Inula.unmountComponentAtNode(root);
};
```
2 changes: 1 addition & 1 deletion docs/assets/demo-openinula/en/event/event.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ Inula.render(

// release openinula instance, do not copy
window.customRelease = () => {
root.unmount();
Inula.unmountComponentAtNode(root);
};
```
2 changes: 1 addition & 1 deletion docs/assets/demo-openinula/en/event/ready.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ Inula.render(

// release openinula instance, do not copy
window.customRelease = () => {
root.unmount();
Inula.unmountComponentAtNode(root);
};
```
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,6 @@ fetch('https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/North_American

// release openinula instance, do not copy
window.customRelease = () => {
root.unmount();
Inula.unmountComponentAtNode(root);
};
```
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ fetch('https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/North_American

// release openinula instance, do not copy
window.customRelease = () => {
root.unmount();
Inula.unmountComponentAtNode(root);
};
```
2 changes: 1 addition & 1 deletion docs/assets/demo-openinula/en/usage/grammatical-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Inula.render(

// release openinula instance, do not copy
window.customRelease = () => {
root.unmount();
Inula.unmountComponentAtNode(root);
};
```
2 changes: 1 addition & 1 deletion docs/assets/demo-openinula/en/usage/option-record.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ Inula.render(<InulaVTable.ListTable option={option} records={records} height={'5

// release openinula instance, do not copy
window.customRelease = () => {
root.unmount();
Inula.unmountComponentAtNode(root);
};
```
2 changes: 1 addition & 1 deletion docs/assets/demo-openinula/en/usage/option.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ Inula.render(<InulaVTable.ListTable option={option} height={'500px'} />, root);

// release openinula instance, do not copy
window.customRelease = () => {
root.unmount();
Inula.unmountComponentAtNode(root);
};
```
2 changes: 1 addition & 1 deletion docs/assets/demo-openinula/zh/component/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ Inula.render(

// release openinula instance, do not copy
window.customRelease = () => {
root.unmount();
Inula.unmountComponentAtNode(root);
};
```
2 changes: 1 addition & 1 deletion docs/assets/demo-openinula/zh/component/tooltip.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ Inula.render(

// release openinula instance, do not copy
window.customRelease = () => {
root.unmount();
Inula.unmountComponentAtNode(root);
};
```
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,6 @@ Inula.render(

// release openinula instance, do not copy
window.customRelease = () => {
root.unmount();
Inula.unmountComponentAtNode(root);
};
```
2 changes: 1 addition & 1 deletion docs/assets/demo-openinula/zh/event/event.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ Inula.render(

// release openinula instance, do not copy
window.customRelease = () => {
root.unmount();
Inula.unmountComponentAtNode(root);
};
```
2 changes: 1 addition & 1 deletion docs/assets/demo-openinula/zh/event/ready.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ Inula.render(

// release openinula instance, do not copy
window.customRelease = () => {
root.unmount();
Inula.unmountComponentAtNode(root);
};
```
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,6 @@ fetch('https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/North_American

// release openinula instance, do not copy
window.customRelease = () => {
root.unmount();
Inula.unmountComponentAtNode(root);
};
```
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ fetch('https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/VTable/North_American

// release openinula instance, do not copy
window.customRelease = () => {
root.unmount();
Inula.unmountComponentAtNode(root);
};
```
2 changes: 1 addition & 1 deletion docs/assets/demo-openinula/zh/usage/grammatical-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Inula.render(

// release openinula instance, do not copy
window.customRelease = () => {
root.unmount();
Inula.unmountComponentAtNode(root);
};
```
2 changes: 1 addition & 1 deletion docs/assets/demo-openinula/zh/usage/option-record.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ Inula.render(<InulaVTable.ListTable option={option} records={records} height={'5

// release openinula instance, do not copy
window.customRelease = () => {
root.unmount();
Inula.unmountComponentAtNode(root);
};
```
2 changes: 1 addition & 1 deletion docs/assets/demo-openinula/zh/usage/option.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ Inula.render(<InulaVTable.ListTable option={option} height={'500px'} />, root);

// release openinula instance, do not copy
window.customRelease = () => {
root.unmount();
Inula.unmountComponentAtNode(root);
};
```

0 comments on commit 8c43a99

Please sign in to comment.