Skip to content

Commit

Permalink
Merge pull request #382 from walkInALine/feat/walkInALine
Browse files Browse the repository at this point in the history
fix: useClipboard在ip地址下不能使用问题
  • Loading branch information
kailong321200875 committed Dec 18, 2023
2 parents c7658d8 + f3593c4 commit 64ee9c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Setting/src/Setting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ const copyConfig = async () => {
// 头部边框颜色
topToolBorderColor: '${appStore.getTheme.topToolBorderColor}'
}
`
`,
legacy: true
})
if (!isSupported) {
ElMessage.error(t('setting.copyFailed'))
Expand Down

0 comments on commit 64ee9c2

Please sign in to comment.