|
|
@ -52,6 +52,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<div style="flex: 1" class="d-flex justify-end"> |
|
|
|
<div style="flex: 1" class="d-flex justify-end"> |
|
|
|
<v-toolbar-items class="hidden-sm-and-down nc-topright-menu"> |
|
|
|
<v-toolbar-items class="hidden-sm-and-down nc-topright-menu"> |
|
|
|
|
|
|
|
<important-announcement /> |
|
|
|
<release-info /> |
|
|
|
<release-info /> |
|
|
|
|
|
|
|
|
|
|
|
<language class="mr-3" /> |
|
|
|
<language class="mr-3" /> |
|
|
@ -282,6 +283,7 @@ import Language from '~/components/utils/language' |
|
|
|
import Loader from '~/components/loader' |
|
|
|
import Loader from '~/components/loader' |
|
|
|
import PreviewAs from '~/components/previewAs' |
|
|
|
import PreviewAs from '~/components/previewAs' |
|
|
|
import ShareOrInviteModal from '~/components/auth/shareOrInviteModal' |
|
|
|
import ShareOrInviteModal from '~/components/auth/shareOrInviteModal' |
|
|
|
|
|
|
|
import ImportantAnnouncement from '../components/importantAnnouncement.vue' |
|
|
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
export default { |
|
|
|
components: { |
|
|
|
components: { |
|
|
@ -293,7 +295,8 @@ export default { |
|
|
|
XBtn, |
|
|
|
XBtn, |
|
|
|
Snackbar, |
|
|
|
Snackbar, |
|
|
|
dlgUnexpectedError, |
|
|
|
dlgUnexpectedError, |
|
|
|
settings |
|
|
|
settings, |
|
|
|
|
|
|
|
ImportantAnnouncement |
|
|
|
}, |
|
|
|
}, |
|
|
|
data: () => ({ |
|
|
|
data: () => ({ |
|
|
|
clickCount: true, |
|
|
|
clickCount: true, |
|
|
|