mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-20 01:45:53 +08:00
feat: ✨ pc端新增专题功能
This commit is contained in:
@@ -42,6 +42,7 @@ export default {
|
||||
watch: {
|
||||
changed: {
|
||||
handler(val) {
|
||||
console.log(val,'changed')
|
||||
this.$emit("selectedLink", val[0]); //因为是单选,所以直接返回第一个
|
||||
},
|
||||
deep: true
|
||||
|
||||
Reference in New Issue
Block a user