mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-02-04 05:05:58 +08:00
fix(projects): fix NButton props conflicts.
This commit is contained in:
@@ -100,7 +100,6 @@ function toggleSelectAll(checked: boolean) {
|
||||
</div>
|
||||
<ButtonIcon
|
||||
:disabled="!item.checked"
|
||||
text
|
||||
:focusable="false"
|
||||
:tooltip-content="$t(tooltipRecord[item.fixed!])"
|
||||
@click="handleFixed(item)"
|
||||
|
||||
Reference in New Issue
Block a user