refactor: 优化代码规范和可读性
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<el-dropdown-item
|
||||
v-for="item of sizeOptions"
|
||||
:key="item.value"
|
||||
:disabled="appStore.size == item.value"
|
||||
:disabled="appStore.size === item.value"
|
||||
:command="item.value"
|
||||
>
|
||||
{{ item.label }}
|
||||
|
||||
Reference in New Issue
Block a user