- 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 { 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;