mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-22 14:04:08 +02:00
wip
This commit is contained in:
@@ -57,9 +57,6 @@ import * as os from '@/os';
|
||||
|
||||
export default defineComponent({
|
||||
props: {
|
||||
destroy: {
|
||||
required: true
|
||||
},
|
||||
x: {
|
||||
type: Number,
|
||||
required: true
|
||||
@@ -94,7 +91,7 @@ export default defineComponent({
|
||||
},
|
||||
mounted() {
|
||||
setTimeout(() => {
|
||||
this.destroy();
|
||||
this.$emit('closed');
|
||||
}, 1100);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user