From bab64295eef02def252799316e8ea61559beaae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Thu, 18 Aug 2022 21:39:28 +0200 Subject: Migrate nextcloud/vue component imports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- src/App.vue | 16 ++--- .../AppNavigation/AppNavigationSettings.vue | 8 +-- src/components/AppNavigation/CalendarShare.vue | 8 +-- src/components/AppNavigation/CalendarSharee.vue | 30 +++++----- src/components/AppNavigation/ListItemCalendar.vue | 68 +++++++++++----------- src/components/AppNavigation/Trashbin.vue | 56 +++++++++--------- src/components/AppSidebar/CalendarPickerItem.vue | 8 +-- src/components/AppSidebar/CalendarPickerOption.vue | 6 +- src/components/AppSidebar/DatetimePickerItem.vue | 22 +++---- src/components/AppSidebar/MultiselectItem.vue | 8 +-- src/components/AppSidebar/SliderItem.vue | 14 ++--- src/components/AppSidebar/TagsItem.vue | 8 +-- src/components/DeleteCompletedModal.vue | 20 +++---- src/components/LoadCompletedButton.vue | 8 +-- src/components/SortorderDropdown.vue | 16 ++--- src/components/TaskBody.vue | 44 +++++++------- src/components/TaskCreateDialog.vue | 48 +++++++-------- src/components/TaskStatusDisplay.vue | 16 ++--- src/mixins/editableItem.js | 8 +-- src/views/AppNavigation.vue | 28 ++++----- src/views/AppSidebar.vue | 68 +++++++++++----------- src/views/Dashboard.vue | 32 +++++----- 22 files changed, 270 insertions(+), 270 deletions(-) (limited to 'src') diff --git a/src/App.vue b/src/App.vue index 90d73b27..5ea13ab4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -20,15 +20,15 @@ License along with this library. If not, see . -->