Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/contacts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Properties/PropertySelect.vue')
-rw-r--r--src/components/Properties/PropertySelect.vue11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/components/Properties/PropertySelect.vue b/src/components/Properties/PropertySelect.vue
index 0ada5bf0..e899e3b1 100644
--- a/src/components/Properties/PropertySelect.vue
+++ b/src/components/Properties/PropertySelect.vue
@@ -48,8 +48,7 @@
@input="updateValue" />
<!-- props actions -->
- <PropertyActions
- v-if="!isReadOnly"
+ <PropertyActions v-if="!isReadOnly"
:actions="actions"
:property-component="this"
@delete="deleteProperty" />
@@ -58,10 +57,10 @@
</template>
<script>
-import Multiselect from '@nextcloud/vue/dist/Components/NcMultiselect'
-import PropertyMixin from '../../mixins/PropertyMixin'
-import PropertyTitle from './PropertyTitle'
-import PropertyActions from './PropertyActions'
+import Multiselect from '@nextcloud/vue/dist/Components/NcMultiselect.js'
+import PropertyMixin from '../../mixins/PropertyMixin.js'
+import PropertyTitle from './PropertyTitle.vue'
+import PropertyActions from './PropertyActions.vue'
export default {
name: 'PropertySelect',