video routing stuff

This commit is contained in:
Front 2022-03-17 18:42:50 -04:00
parent b85c6cb309
commit a860645193
1 changed files with 2 additions and 3 deletions

View File

@ -13,9 +13,8 @@ export default {
}
},
mounted() {
this.$youtube.getVideo('wykQsTJElD4', (data) => {
this.vidSrc = data;
})
const { v } = this.$route.query
console.log(v, this.$youtube.getVid(v))
}
}
</script>