Update API doc
parent
13e391fee9
commit
3da964795c
|
@ -7028,6 +7028,14 @@
|
|||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "When enabled, it removes component related styles in the core."
|
||||
},
|
||||
{
|
||||
"name": "to",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "Route Location the router-link should navigate to when clicked on."
|
||||
}
|
||||
],
|
||||
"methods": [],
|
||||
|
|
|
@ -210,7 +210,7 @@ export interface ButtonProps extends ButtonHTMLAttributes {
|
|||
/**
|
||||
* Route Location the router-link should navigate to when clicked on.
|
||||
*/
|
||||
to?: string
|
||||
to?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
664
pnpm-lock.yaml
664
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue