mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-23 21:12:14 +08:00
fix: fix web page pop-up dialog bug
This commit is contained in:
parent
b50198fd52
commit
bcd222e1d0
@ -17,7 +17,7 @@ export default {
|
||||
// 不能直接使用a标签,需要在这里调用Go方法以使用默认浏览器打开链接。
|
||||
console.log(i18n.global.t("global.click-link") + props.href)
|
||||
|
||||
lert(i18n.global.t("global.click-link") + props.href + '\n\n' + i18n.global.t("global.not-supported"))
|
||||
alert(i18n.global.t("global.click-link") + props.href + '\n\n' + i18n.global.t("global.not-supported"))
|
||||
}
|
||||
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user