mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2025-07-05 19:36:12 +08:00
fix: fix hashId is not reactivty
This commit is contained in:
@ -92,7 +92,7 @@ export default function genComponentStyleHook<ComponentName extends OverrideComp
|
||||
flush(component, mergedComponentToken)
|
||||
return [genCommonStyle(token.value, prefixCls.value), styleInterpolation]
|
||||
}),
|
||||
hashId.value
|
||||
hashId
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user