From 0c69385771ff1815cdcbff812962056da381a541 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 5 May 2023 12:15:20 +0200 Subject: [PATCH] fix: prefix imported components --- src/runtime/components/elements/Button.vue | 8 +++---- src/runtime/components/elements/Dropdown.vue | 12 +++++----- src/runtime/components/elements/Icon.vue | 12 ++++++---- src/runtime/components/forms/Input.vue | 8 +++---- src/runtime/components/forms/Select.vue | 8 +++---- src/runtime/components/forms/SelectMenu.vue | 18 +++++++-------- src/runtime/components/forms/Toggle.vue | 8 +++---- .../components/navigation/CommandPalette.vue | 17 +++++++------- .../navigation/CommandPaletteGroup.vue | 14 +++++------ .../navigation/VerticalNavigation.vue | 20 ++++++++-------- .../components/overlays/Notification.vue | 23 +++++++++---------- .../components/overlays/Notifications.vue | 6 ++--- 12 files changed, 77 insertions(+), 77 deletions(-) diff --git a/src/runtime/components/elements/Button.vue b/src/runtime/components/elements/Button.vue index a9c817ac90..d916019a17 100644 --- a/src/runtime/components/elements/Button.vue +++ b/src/runtime/components/elements/Button.vue @@ -6,13 +6,13 @@ :aria-label="ariaLabel" v-bind="buttonProps" > -