Fix build

This commit is contained in:
lights0123 2020-11-22 13:34:55 -05:00
parent a405c79186
commit cc5e5a19fc
No known key found for this signature in database
GPG key ID: 28F315322E37972F

View file

@ -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>