🎨 (App) fullheight
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<div id="app" class="app">
|
||||
<pwa-install></pwa-install>
|
||||
<nav
|
||||
class="nav navbar is-fixed-top is-primary"
|
||||
role="navigation"
|
||||
@@ -75,15 +74,13 @@ import { Action, Getter } from 'vuex-class'
|
||||
import IUser from '@/models/IUser'
|
||||
import { COFFEE_LINK } from '@/utils/constants'
|
||||
import OnlineView from '@/components/OnlineView.vue'
|
||||
import InstallApp from './components/InstallApp.vue'
|
||||
|
||||
@Component({
|
||||
directives: {
|
||||
ClickOutside
|
||||
},
|
||||
components: {
|
||||
'online-view': OnlineView,
|
||||
'install-app': InstallApp
|
||||
'online-view': OnlineView
|
||||
}
|
||||
})
|
||||
export default class App extends Vue {
|
||||
|
||||
Reference in New Issue
Block a user