clarms-plugins-modal1.js
457 Bytes
export default {
data() {
return {
}
},
components: {},
computed: {
},
methods: {
initData() {
},
onOverLayHandler() {
this.$emit("close");
},
toContact() {
this.$router.push({
path: "/custom/service?q=m1"
});
}
},
mounted() {
},
created() {
this.initData();
},
watch: {
},
}