Merge pull request #382 from walkInALine/feat/walkInALine
fix: useClipboard在ip地址下不能使用问题
This commit is contained in:
commit
64ee9c208d
|
@ -174,7 +174,8 @@ const copyConfig = async () => {
|
|||
// 头部边框颜色
|
||||
topToolBorderColor: '${appStore.getTheme.topToolBorderColor}'
|
||||
}
|
||||
`
|
||||
`,
|
||||
legacy: true
|
||||
})
|
||||
if (!isSupported) {
|
||||
ElMessage.error(t('setting.copyFailed'))
|
||||
|
|
Loading…
Reference in New Issue