mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-23 02:35: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() {
|
copyLogs() {
|
||||||
navigator.clipboard.writeText(this.calculator?.log).catch(alert);
|
navigator.clipboard.writeText((this.calculator as any)?.log).catch(alert);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue