From c4be23c9af648aacec87099e2b65a4d415efe732 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Tue, 31 Aug 2021 12:42:45 +0300 Subject: [PATCH] Remove IE section from Setup page --- src/views/setup/Setup.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/setup/Setup.vue b/src/views/setup/Setup.vue index 48e60c3d3..bf3a7983b 100755 --- a/src/views/setup/Setup.vue +++ b/src/views/setup/Setup.vue @@ -98,7 +98,7 @@ import Dialog from 'primevue/dialog/sfc'; }, components: { 'p-inputtext': primevue.inputtext - } + } }; createApp(App).mount("#app"); @@ -218,7 +218,7 @@ app.use(PrimeVue, {ripple: true});
Outlined vs Filled Input Styles

Input fields come in two styles, default is outlined with borders around the field whereas filled alternative adds a background color - to the field. Applying p-input-filled to an ancestor of an input enables the filled style. If you prefer to use filled inputs in the entire application, + to the field. Applying p-input-filled to an ancestor of an input enables the filled style. If you prefer to use filled inputs in the entire application, use a global container such as the document body or the application element to apply the style class. Note that in case you add it to the application element, components that are teleported to the document body such as Dialog will not be able to display filled inputs as they are not a descendant of the application root element in the DOM tree, to resolve this case set inputStyle to 'filled' at PrimeVue configuration as well.

@@ -269,7 +269,7 @@ app.use(PrimeVue, {
edge - IE / Edge + Edge
@@ -300,7 +300,7 @@ app.use(PrimeVue, { - IE11, Edge + Edge Last 2 versions Last 2 versions Last 2 versions @@ -311,4 +311,4 @@ app.use(PrimeVue, { - \ No newline at end of file +