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