- remove unused data variable
- avoid scoped scss
This commit is contained in:
mattwr18 2019-10-30 22:52:45 +01:00
parent 715261238a
commit 1d8e328a47

View File

@ -37,7 +37,6 @@ export default {
return {
displayedNotifications: [],
notifications: [],
nofiticationRead: null,
}
},
props: {
@ -113,7 +112,7 @@ export default {
}
</script>
<style lang="scss" scoped>
<style lang="scss">
.notifications-menu {
display: flex;
align-items: center;