mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
chore: remove todo comment (#20614)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user