Appearance
const tabConfig = reactive({ active: 1, model: '', tabs: [ { label: '常规列表', key: 1 }, { label: '可编辑列表', key: 2 }, { label: '异步列表', key: 3 }, ] })
string
number
array