Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 34efefc

Browse files
committed
修复扩展页面设置按钮不出现的bug
1 parent d97dc98 commit 34efefc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

front/src/views/Extension.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export default {
238238
/>
239239
]),
240240
<Icon
241-
type="ios-eye-outline"
241+
type="ios-home"
242242
class="action-icon"
243243
title={_this.$t('extension.actionDetail')}
244244
nativeOnClick={() => {

0 commit comments

Comments
 (0)