Skip to content

Commit ecc74d2

Browse files
committed
Emit instead of mutating properties
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent 391d953 commit ecc74d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PublicFilesEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default {
6868
},
6969
methods: {
7070
close() {
71-
this.active = false
71+
this.$emit('close')
7272
},
7373
},
7474
}

0 commit comments

Comments
 (0)