1
0
Fork 0

fix: for now, ignore type error to build

This commit is contained in:
Ava Gaiety Wroten 2021-12-29 15:56:02 -06:00
parent 53f16efcfc
commit 47b0adc60e

View file

@ -40,6 +40,7 @@ export default Vue.extend({
computed: { computed: {
url() { url() {
// @ts-ignore
return `https://www.youtube.com/watch?v=${this.video.contentDetails.videoId}` return `https://www.youtube.com/watch?v=${this.video.contentDetails.videoId}`
}, },
publishedHuman() { publishedHuman() {