Page MenuHomePhorge

nav_panel.js
No OneTemporary

Size
235 B
Referenced Files
None
Subscribers
None

nav_panel.js

const NavPanel = {
props: [ 'activatePanel' ],
computed: {
currentUser () {
return this.$store.state.users.currentUser
},
chat () {
return this.$store.state.chat.channel
}
}
}
export default NavPanel

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 24, 4:25 AM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
96489
Default Alt Text
nav_panel.js (235 B)

Event Timeline