Fixed alert dialog button in notifications, fixed add tile padding on profile page.

This commit is contained in:
DebaucheryLibrarian
2021-05-15 22:01:57 +02:00
parent 478a2c4b48
commit 0f8d5d4456
4 changed files with 19 additions and 11 deletions

View File

@@ -32,6 +32,10 @@
</template>
<script>
function mounted() {
this.events.emit('blur');
}
export default {
props: {
title: {
@@ -40,6 +44,7 @@ export default {
},
},
emits: ['close'],
mounted,
};
</script>