forked from DebaucheryLibrarian/traxxx
Fixed alert dialog button in notifications, fixed add tile padding on profile page.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user