22 lines
286 B
Markdown
22 lines
286 B
Markdown
---
|
|
nav:
|
|
path: /client
|
|
group:
|
|
path: /client
|
|
---
|
|
|
|
# DocumentTitle
|
|
|
|
## DocumentTitleProvider
|
|
|
|
```tsx | pure
|
|
<DocumentTitleProvider addonBefore={'!!'} addonAfter={'NocoBase'}>
|
|
</DocumentTitleProvider>
|
|
```
|
|
|
|
## useDocumentTitle
|
|
|
|
```ts
|
|
const { title, setTitle } = useDocumentTitle();
|
|
```
|