营销:适配商城装修组件【热区】

This commit is contained in:
owen
2023-12-14 20:22:51 +08:00
parent 2d6cfdf53b
commit 3d415b6ecb
3 changed files with 9 additions and 21 deletions
+1 -13
View File
@@ -25,19 +25,7 @@
const props = defineProps({
data: {
type: Object,
default() {
return {
// horizontal vertical
direction: 'vertical',
showText: true,
list: [{
imgUrl: 'http://localhost/logo.gif',
url: '',
text: '客服',
textColor: '',
}],
}
},
default() {},
}
})