mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-22 18:25:27 +00:00
Fix build
This commit is contained in:
parent
a405c79186
commit
cc5e5a19fc
|
@ -176,7 +176,7 @@ export default class Home extends Vue {
|
|||
}
|
||||
|
||||
copyLogs() {
|
||||
navigator.clipboard.writeText(this.calculator?.log).catch(alert);
|
||||
navigator.clipboard.writeText((this.calculator as any)?.log).catch(alert);
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue