File tree Expand file tree Collapse file tree 3 files changed +25
-21
lines changed Expand file tree Collapse file tree 3 files changed +25
-21
lines changed Original file line number Diff line number Diff line change 42
42
"@nextcloud/logger" : " ^2.3.0" ,
43
43
"@nextcloud/moment" : " ^1.2.1" ,
44
44
"@nextcloud/router" : " ^2.0.0" ,
45
- "@nextcloud/vue" : " ^6 .0.0-beta.6 " ,
45
+ "@nextcloud/vue" : " ^7 .0.0-beta.0 " ,
46
46
"@nextcloud/vue-dashboard" : " ^2" ,
47
47
"@riophae/vue-treeselect" : " ^0.4.0" ,
48
48
"@vue/babel-preset-app" : " ^5.0.8" ,
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<Content app-name =" mail" >
3
3
<Navigation v-if =" hasAccounts" />
4
- <div class =" mail-empty-content" >
5
- <EmptyContent :title =" t('mail', 'Connect your mail account')" >
6
- <template #icon >
7
- <IconMail :size =" 65" />
8
- </template >
9
- <template #action >
10
- <AccountForm :display-name =" displayName"
11
- :email =" email"
12
- :error.sync =" error"
13
- @account-created =" onAccountCreated" />
14
- </template >
15
- </EmptyContent >
16
- </div >
4
+ <AppContent >
5
+ <div class =" mail-empty-content" >
6
+ <EmptyContent :title =" t('mail', 'Connect your mail account')" >
7
+ <template #icon >
8
+ <IconMail :size =" 65" />
9
+ </template >
10
+ <template #action >
11
+ <AccountForm :display-name =" displayName"
12
+ :email =" email"
13
+ :error.sync =" error"
14
+ @account-created =" onAccountCreated" />
15
+ </template >
16
+ </EmptyContent >
17
+ </div >
18
+ </AppContent >
17
19
</Content >
18
20
</template >
19
21
20
22
<script >
21
23
import Content from ' @nextcloud/vue/dist/Components/NcContent'
24
+ import AppContent from ' @nextcloud/vue/dist/Components/NcAppContent'
22
25
import { loadState } from ' @nextcloud/initial-state'
23
26
24
27
import AccountForm from ' ../components/AccountForm'
@@ -30,6 +33,7 @@ import logger from '../logger'
30
33
export default {
31
34
name: ' Setup' ,
32
35
components: {
36
+ AppContent,
33
37
AccountForm,
34
38
Content,
35
39
EmptyContent,
You can’t perform that action at this time.
0 commit comments