feat: pc端新增专题功能

This commit is contained in:
RyanRan
2024-05-09 18:38:22 +08:00
parent 0c6703f04d
commit c16b37c8bc
10 changed files with 158 additions and 57 deletions

View File

@@ -42,6 +42,7 @@ export default {
watch: {
changed: {
handler(val) {
console.log(val,'changed')
this.$emit("selectedLink", val[0]); //因为是单选,所以直接返回第一个
},
deep: true