You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/abc/reuse-tab/index.en-US.md
+1
Original file line number
Diff line number
Diff line change
@@ -224,6 +224,7 @@ Turning on `keepingScroll` will restore the previous scrollbar position after re
224
224
|`[routeParamMatchMode]`| Match the pattern when routing parameters are included, for example:`/view/:id`<br> - `strict` Strict mode `/view/1`, `/view/2` Different pages<br> - `loose` Loose mode `/view/1`, `/view/2` Same page and only one tab of component |`strict,loose`|`strict`|
225
225
|`[disabled]`| Whether to disabled |`boolean`|`false`|
226
226
|`[titleRender]`| Custom rendering of the title |`TemplateRef<{ $implicit: ReuseItem }>`| - |
227
+
|`[storageState]`| Whether to store the state, keep the last browser state |`boolean`|`false`|
227
228
|`(close)`| Close callback event |`EventEmitter`| - |
228
229
|`(change)`| Callback when switching |`EventEmitter`| - |
0 commit comments