Fix bug
This commit is contained in:
parent
1c1976f575
commit
37e5a9d06a
5 changed files with 9 additions and 5 deletions
|
|
@ -23,12 +23,14 @@ export default Vue.extend({
|
|||
docsUrl
|
||||
};
|
||||
},
|
||||
watch: {
|
||||
'os.i'() {
|
||||
mounted() {
|
||||
this.$watch('os.i', () => {
|
||||
if ((this as any).os.i.twitter) {
|
||||
if (this.form) this.form.close();
|
||||
}
|
||||
}
|
||||
}, {
|
||||
deep: true
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
connect() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue