aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/components/SharingEntrySimple.vue
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-01-16 00:03:29 +0100
committerJulius Härtl <jus@bitgrid.net>2020-01-22 17:33:49 +0100
commit05742c083c039561841d258a69fd47dd84debfd6 (patch)
tree46f335a05149165b657fc2c4c61f162f93533361 /apps/files_sharing/src/components/SharingEntrySimple.vue
parenta6a224e7a14faa8814e9ce783f626666828b96db (diff)
downloadnextcloud-server-05742c083c039561841d258a69fd47dd84debfd6.tar.gz
nextcloud-server-05742c083c039561841d258a69fd47dd84debfd6.zip
Migrate to @nextcloud/vue 1.x.x
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntrySimple.vue')
-rw-r--r--apps/files_sharing/src/components/SharingEntrySimple.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/src/components/SharingEntrySimple.vue b/apps/files_sharing/src/components/SharingEntrySimple.vue
index 78fa865d138..5cdce17bf0c 100644
--- a/apps/files_sharing/src/components/SharingEntrySimple.vue
+++ b/apps/files_sharing/src/components/SharingEntrySimple.vue
@@ -36,8 +36,8 @@
</template>
<script>
-import Actions from 'nextcloud-vue/dist/Components/Actions'
-import Tooltip from 'nextcloud-vue/dist/Directives/Tooltip'
+import Actions from '@nextcloud/vue/dist/Components/Actions'
+import Tooltip from '@nextcloud/vue/dist/Directives/Tooltip'
export default {
name: 'SharingEntrySimple',