1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 05:26:03 +02:00
This commit is contained in:
こぴなたみぽ
2018-02-26 18:31:55 +09:00
parent 1c1976f575
commit 37e5a9d06a
5 changed files with 9 additions and 5 deletions

View File

@@ -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() {