@@ -86,8 +86,6 @@ export default {
}
},
- watch: {
- },
created() {
this.comments = [
{
@@ -165,13 +165,6 @@ export default {
]
- // 当video改变时修改标签组
- /* video(newVal) {
- // 将关键字以逗号分隔为数组保存到标签组
- this.tags = newVal.keyword.split(',')
- }*/
const videoId = this.$route.params.id
console.log('Video ID -> ' + videoId)