summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-13 18:55:22 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-13 18:55:22 +0200
commitc1f54a232c912656312080962ae4bd7b5d4a53cc (patch)
tree9f611f963c52ca7a2239bd6b632eaa6ef15de681 /src
parent32a2fb1332dbd860f5dc8afecbcba5651f6dd9d8 (diff)
Import fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/Settings/SettingsAddressbook.vue2
-rw-r--r--src/components/Settings/SettingsAddressbookShare.vue2
-rw-r--r--src/components/SettingsSection.vue4
-rw-r--r--src/components/properties/PropertyDateTime.vue2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/components/Settings/SettingsAddressbook.vue b/src/components/Settings/SettingsAddressbook.vue
index 0b393d7b..a143c8ba 100644
--- a/src/components/Settings/SettingsAddressbook.vue
+++ b/src/components/Settings/SettingsAddressbook.vue
@@ -45,7 +45,7 @@
<script>
import popoverMenu from '../core/popoverMenu'
-import shareAddressBook from './SettingsAddressBookShare'
+import shareAddressBook from './SettingsAddressbookShare'
import clickOutside from 'vue-click-outside'
diff --git a/src/components/Settings/SettingsAddressbookShare.vue b/src/components/Settings/SettingsAddressbookShare.vue
index cc2847da..0f6bca42 100644
--- a/src/components/Settings/SettingsAddressbookShare.vue
+++ b/src/components/Settings/SettingsAddressbookShare.vue
@@ -62,7 +62,7 @@
<script>
import clickOutside from 'vue-click-outside'
import Multiselect from 'vue-multiselect'
-import addressBookSharee from './SettingsAddressBookSharee'
+import addressBookSharee from './SettingsAddressbookSharee'
export default {
name: 'SettingsShareAddressBook',
diff --git a/src/components/SettingsSection.vue b/src/components/SettingsSection.vue
index df4bdf92..f5a8968a 100644
--- a/src/components/SettingsSection.vue
+++ b/src/components/SettingsSection.vue
@@ -33,8 +33,8 @@
</template>
<script>
-import addressBook from '../components/Settings/SettingsAddressBook'
-import addAddressBook from '../components/Settings/SettingsNewAddressBook'
+import addressBook from '../components/Settings/SettingsAddressbook'
+import addAddressBook from '../components/Settings/SettingsNewAddressbook'
import importContacts from '../components/Settings/SettingsImportContacts'
import sortContacts from '../components/Settings/SettingsSortContacts'
diff --git a/src/components/properties/PropertyDateTime.vue b/src/components/properties/PropertyDateTime.vue
index fb53372b..84bf767d 100644
--- a/src/components/properties/PropertyDateTime.vue
+++ b/src/components/properties/PropertyDateTime.vue
@@ -58,7 +58,7 @@ export default {
default: () => {}
},
value: {
- type: [String],
+ type: [VCardTime],
default: ''
}
},