feat:还原更新框架

This commit is contained in:
2026-07-23 14:49:48 +08:00
parent d5a6a16ea5
commit 75c7434f79
529 changed files with 43714 additions and 68201 deletions
@@ -1,8 +1,5 @@
import { defineMixin } from '../../libs/vue'
import TabsDefaultProps from './tabs'
import { registerComponentProps } from '../../libs/config/props.js'
const defProps = registerComponentProps(TabsDefaultProps)
import defProps from '../../libs/config/props.js'
export const props = defineMixin({
props: {
// 滑块的移动过渡时间,单位ms
@@ -66,14 +63,9 @@ export const props = defineMixin({
default: () => defProps.tabs.keyName
},
// 左侧图标样式
iconStyle: {
type: [String, Object],
default: () => defProps.tabs.iconStyle
},
// 形态模式,可选:capsule/card/pill-arrow/tag
shapeMode: {
type: String,
default: () => defProps.tabs.shapeMode
}
}
})
iconStyle: {
type: [String, Object],
default: () => defProps.tabs.iconStyle
}
}
})