--- order: 99 title: zh-CN: 各种混用的情况 en-US: Mixed usage debug: true --- ## zh-CN 测试 `count` `stauts` `color` `dot` 共用的情况。 ## en-US Using `count/dot` with custom `stauts/color`. ```tsx import { Avatar, Badge } from 'antd'; import React from 'react'; const App: React.FC = () => ( <> ); export default App; ```