# Tabs 标签页

<template>
    <MantTabs
        :tabs="['Home', 'News']"
    />
</template>
Expand Copy
参数 说明 类型 默认值
tabs 选项卡 Array []