chore: remove todo comment (#20614)

This commit is contained in:
btea
2025-05-02 15:29:02 +08:00
committed by GitHub
parent ec6e0c51a5
commit 3e81fdd36c

View File

@@ -38,8 +38,6 @@ const formClasses = computed(() => {
const { labelPosition, inline } = props
return [
ns.b(),
// todo: in v2.2.0, we can remove default
// in fact, remove it doesn't affect the final style
ns.m(formSize.value || 'default'),
{
[ns.m(`label-${labelPosition}`)]: labelPosition,