--- order: 1 title: zh-CN: 禁用 en-US: Disabled --- ## zh-CN 禁用某一项。 ## en-US Disabled a tab. ```tsx import { Tabs } from 'antd'; import React from 'react'; const App: React.FC = () => ( ); export default App; ```