This commit is contained in:
jxxghp
2024-03-21 16:30:48 +08:00
parent 143aa79797
commit 824e2d72c7

View File

@@ -304,7 +304,7 @@ const dropdownItems = ref([
value: 3,
show: props.plugin?.has_update,
props: {
prependIcon: 'mdi-cancel',
prependIcon: 'mdi-arrow-up-circle-outline',
color: 'success',
click: updatePlugin,
},