This commit is contained in:
jxxghp
2024-03-21 16:30:48 +08:00
parent 143aa79797
commit 824e2d72c7
+1 -1
View File
@@ -304,7 +304,7 @@ const dropdownItems = ref([
value: 3, value: 3,
show: props.plugin?.has_update, show: props.plugin?.has_update,
props: { props: {
prependIcon: 'mdi-cancel', prependIcon: 'mdi-arrow-up-circle-outline',
color: 'success', color: 'success',
click: updatePlugin, click: updatePlugin,
}, },