mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Clean up
- remove unused data variable - avoid scoped scss
This commit is contained in:
parent
715261238a
commit
1d8e328a47
@ -37,7 +37,6 @@ export default {
|
|||||||
return {
|
return {
|
||||||
displayedNotifications: [],
|
displayedNotifications: [],
|
||||||
notifications: [],
|
notifications: [],
|
||||||
nofiticationRead: null,
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
@ -113,7 +112,7 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss">
|
||||||
.notifications-menu {
|
.notifications-menu {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user