# 禁用 - order: 1 禁用某一项。 --- ````jsx import { Tabs } from 'antd'; const TabPane = Tabs.TabPane; ReactDOM.render( 选项卡一 选项卡二 选项卡三 , mountNode); ````