修改样式
Showing
7 changed files
with
342 additions
and
35 deletions
-
Please register or sign in to post a comment
... | ... | @@ -60,9 +60,11 @@ export default { |
type: Function, | ||
default: null | ||
}, | ||
showStyle: { | ||
type: Boolean, | ||
default: true | ||
cusStyle: { | ||
type: Object, | ||
default() { | ||
return {}; | ||
} | ||
}, | ||
}, | ||
data() { | ||
... | ... |
... | ... | @@ -47,7 +47,12 @@ export default { |
} else { | ||
this.typeSelected.push(t); | ||
} | ||
} | ||
}, | ||
toContact() { | ||
this.$router.push({ | ||
path: "/custom/service?q=m1" | ||
}); | ||
}, | ||
}, | ||
watch: { | ||
... | ... |