vue2-admin-lte
Version:
adminLTE to vuejs v2.x converting project
6 lines (5 loc) • 326 B
JavaScript
export const unreadMessagesCount = state => state.messages.main.length
export const unreadNotificationsCount = state => state.notifications.main.length
export const remainTasksCount = state => state.tasks.main.length
export const currentUser = state => state.user.main
export const totalProduct = state => state.products.main