优化按钮、loading的颜色
This commit is contained in:
@@ -312,7 +312,13 @@ const emit = defineEmits([
|
||||
]);
|
||||
|
||||
const slots = useSlots();
|
||||
const { cache } = useCache(() => [props.type, props.text, props.disabled, props.loading]);
|
||||
const { cache } = useCache(() => [
|
||||
props.type,
|
||||
props.text,
|
||||
props.disabled,
|
||||
props.loading,
|
||||
props.color
|
||||
]);
|
||||
|
||||
// 样式穿透类型
|
||||
type PassThrough = {
|
||||
|
||||
Reference in New Issue
Block a user