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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2022-05-04 11:04:51 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2022-07-27 22:57:34 +0300
commit25ca6c83a604a593be722e8812a4ac598aa25411 (patch)
treea1864de7890b5a54f826e5af29c482f9c632a34c /src
parent35d999eab235090f97993d6f59ec1e129632cf1c (diff)
Migrate to DashboardWidget from nextcloud/vue
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'src')
-rw-r--r--src/views/Dashboard.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue
index 053159dd..1392cf68 100644
--- a/src/views/Dashboard.vue
+++ b/src/views/Dashboard.vue
@@ -61,7 +61,8 @@ import { sort, isTaskInList } from '../store/storeHelper.js'
import { translate as t } from '@nextcloud/l10n'
import { generateUrl } from '@nextcloud/router'
-import { DashboardWidget, DashboardWidgetItem } from '@nextcloud/vue-dashboard'
+import DashboardWidget from '@nextcloud/vue/dist/Components/DashboardWidget'
+import DashboardWidgetItem from '@nextcloud/vue/dist/Components/DashboardWidgetItem'
import { mapGetters, mapActions } from 'vuex'