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

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2019-08-29 09:19:56 +0300
committerGitHub <noreply@github.com>2019-08-29 09:19:56 +0300
commit6ad9ddbf7d83eadafbfb9a5d6e2db1b9b63e52ed (patch)
tree0d1497f65a13bdedaa5f4d196dd39006a14ccbf4 /src/Location.vue
parentb73d91b309ea920305704b10071074f956a95133 (diff)
parent2366e2ee3b99974f57825bb04dc1f2044e480ec8 (diff)
Do not import the full nextcloud vue library (#204)
Do not import the full nextcloud vue library
Diffstat (limited to 'src/Location.vue')
-rw-r--r--src/Location.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Location.vue b/src/Location.vue
index 8801482..acfe7f7 100644
--- a/src/Location.vue
+++ b/src/Location.vue
@@ -27,7 +27,7 @@ import Map from './Map.vue'
import HttpClient from 'nextcloud-axios'
import { generateUrl } from 'nextcloud-server/dist/router'
-import { Multiselect } from 'nextcloud-vue'
+import Multiselect from 'nextcloud-vue/dist/Components/Multiselect'
import {
getCountryList,
getNameForCountryCode