mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
添加注释,删除无用代码
This commit is contained in:
@@ -23,11 +23,11 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
templateWay,
|
||||
changed: "",
|
||||
selected: 0,
|
||||
templateWay, // 模板数据
|
||||
changed: "", // 变更模板
|
||||
selected: 0, // 已选数据
|
||||
selectedLink: "", //选中的链接
|
||||
wap
|
||||
wap // tab标签
|
||||
};
|
||||
},
|
||||
watch: {
|
||||
|
||||
Reference in New Issue
Block a user