--- order: 100 title: zh-CN: 自定义标题 en-US: Title debug: true --- ## zh-CN 设置鼠标放在状态点上时显示的文字。 ## en-US The badge will display `title` when hovered over, instead of `count`. ```tsx import { Avatar, Badge } from 'antd'; import React from 'react'; const App: React.FC = () => ( <> ); export default App; ```