fix(privacy): wire up modal
This commit is contained in:
@@ -98,6 +98,9 @@ export default {
|
||||
) {
|
||||
this.hidden = true;
|
||||
}
|
||||
this.$root.$on('privacy-complete', () => {
|
||||
this.close();
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
close () {
|
||||
|
||||
Reference in New Issue
Block a user