From 708018795863999b674d1e3e900313785893d6a8 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Thu, 11 Aug 2022 14:33:34 +0200 Subject: Bump @nextcloud/vue to 6.0.0-beta.3 and related Update @nextcloud/vue to 6.0.0-beta.3 Update vue and vue-template-compiler to 2.7.8 Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts. Signed-off-by: Vincent Petry --- apps/dashboard/src/DashboardApp.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/dashboard') diff --git a/apps/dashboard/src/DashboardApp.vue b/apps/dashboard/src/DashboardApp.vue index a7ec30fdb4d..f564ec3cf5d 100644 --- a/apps/dashboard/src/DashboardApp.vue +++ b/apps/dashboard/src/DashboardApp.vue @@ -28,12 +28,12 @@ @@ -97,7 +97,7 @@ import { generateUrl } from '@nextcloud/router' import { getCurrentUser } from '@nextcloud/auth' import { loadState } from '@nextcloud/initial-state' import axios from '@nextcloud/axios' -import Button from '@nextcloud/vue/dist/Components/Button' +import ButtonVue from '@nextcloud/vue/dist/Components/ButtonVue' import Draggable from 'vuedraggable' import Modal from '@nextcloud/vue/dist/Components/Modal' import Pencil from 'vue-material-design-icons/Pencil.vue' @@ -129,7 +129,7 @@ export default { name: 'DashboardApp', components: { BackgroundSettings, - Button, + ButtonVue, Draggable, Modal, Pencil, -- cgit v1.2.3