fix: for now, ignore type error to build
This commit is contained in:
parent
53f16efcfc
commit
47b0adc60e
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ export default Vue.extend({
|
|||
|
||||
computed: {
|
||||
url() {
|
||||
// @ts-ignore
|
||||
return `https://www.youtube.com/watch?v=${this.video.contentDetails.videoId}`
|
||||
},
|
||||
publishedHuman() {
|
||||
|
|
Loading…
Add table
Reference in a new issue