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/oauth2/src/App.vue | 8 ++++---- apps/oauth2/src/components/OAuthItem.vue | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'apps/oauth2') diff --git a/apps/oauth2/src/App.vue b/apps/oauth2/src/App.vue index 3636a532ce1..ba374fcc21c 100644 --- a/apps/oauth2/src/App.vue +++ b/apps/oauth2/src/App.vue @@ -54,9 +54,9 @@ type="url" name="redirectUri" :placeholder="t('oauth2', 'Redirection URI')"> - + @@ -67,7 +67,7 @@ import OAuthItem from './components/OAuthItem' import { generateUrl } from '@nextcloud/router' import { getCapabilities } from '@nextcloud/capabilities' import SettingsSection from '@nextcloud/vue/dist/Components/SettingsSection' -import Button from '@nextcloud/vue/dist/Components/Button' +import ButtonVue from '@nextcloud/vue/dist/Components/ButtonVue' import { loadState } from '@nextcloud/initial-state' export default { @@ -75,7 +75,7 @@ export default { components: { OAuthItem, SettingsSection, - Button, + ButtonVue, }, props: { clients: { diff --git a/apps/oauth2/src/components/OAuthItem.vue b/apps/oauth2/src/components/OAuthItem.vue index 6f4c5ad0f7e..8a98d8dab29 100644 --- a/apps/oauth2/src/components/OAuthItem.vue +++ b/apps/oauth2/src/components/OAuthItem.vue @@ -42,14 +42,14 @@ - + @@ -57,13 +57,13 @@