fix: fix hashId is not reactivty

This commit is contained in:
2023-03-10 21:39:50 +08:00
parent 74bb3d43c2
commit a2dd8a0336
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ export default function genComponentStyleHook<ComponentName extends OverrideComp
flush(component, mergedComponentToken)
return [genCommonStyle(token.value, prefixCls.value), styleInterpolation]
}),
hashId.value
hashId
]
}
}