Merge pull request #382 from walkInALine/feat/walkInALine

fix: useClipboard在ip地址下不能使用问题
master
Archer 2 years ago committed by GitHub
commit 64ee9c208d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -174,7 +174,8 @@ const copyConfig = async () => {
//
topToolBorderColor: '${appStore.getTheme.topToolBorderColor}'
}
`
`,
legacy: true
})
if (!isSupported) {
ElMessage.error(t('setting.copyFailed'))

Loading…
Cancel
Save