⚡ (online offline) lazyload online offline component
This commit is contained in:
@@ -77,14 +77,13 @@ import ClickOutside from 'vue-click-outside'
|
||||
import { Action, Getter } from 'vuex-class'
|
||||
import IUser from '@/models/IUser'
|
||||
import { COFFEE_LINK } from '@/utils/constants'
|
||||
import OnlineView from '@/components/OnlineView.vue'
|
||||
|
||||
@Component({
|
||||
directives: {
|
||||
ClickOutside
|
||||
},
|
||||
components: {
|
||||
'online-view': OnlineView,
|
||||
'online-view': () => import('@/components/OnlineView.vue'),
|
||||
'queue-notif': () => import('@/components/QueueNotif.vue')
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user