店铺详情页重复数据

This commit is contained in:
2022-06-15 11:08:20 +08:00
parent cc5de22e74
commit c63fe14818
1071 changed files with 39 additions and 197147 deletions

View File

@@ -1,14 +0,0 @@
export default {
props: {
// 是否打乱键盘按键的顺序
random: {
type: Boolean,
default: false
},
// 输入一个中文后,是否自动切换到英文
autoChange: {
type: Boolean,
default: false
}
}
}