From 695d23054753daa9dff8b13202a03ab3299d298b Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 2 Apr 2024 10:34:23 +0300 Subject: [PATCH] Update doc for plugin --- doc/theming/styled/configuration/ThemeDoc.vue | 2 +- doc/vite/StyledModeDoc.vue | 2 +- doc/vite/UnstyledModeDoc.vue | 2 +- pages/vite/index.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/theming/styled/configuration/ThemeDoc.vue b/doc/theming/styled/configuration/ThemeDoc.vue index 86977d3a4..ba86f588c 100644 --- a/doc/theming/styled/configuration/ThemeDoc.vue +++ b/doc/theming/styled/configuration/ThemeDoc.vue @@ -1,6 +1,6 @@ diff --git a/doc/vite/StyledModeDoc.vue b/doc/vite/StyledModeDoc.vue index ee862c7cb..538daa39f 100644 --- a/doc/vite/StyledModeDoc.vue +++ b/doc/vite/StyledModeDoc.vue @@ -1,6 +1,6 @@ diff --git a/doc/vite/UnstyledModeDoc.vue b/doc/vite/UnstyledModeDoc.vue index efc01a442..11e526f75 100644 --- a/doc/vite/UnstyledModeDoc.vue +++ b/doc/vite/UnstyledModeDoc.vue @@ -2,7 +2,7 @@

In unstyled mode, the components do not include any CSS so you'd need to style the components on your end. Visit the Unstyled mode documentation for more information and examples.

-

If you are using Tailwind CSS, see the Tailwind CSS Presets project to get you started with styling the components with Tailwind utility classes.

+

If you are using Tailwind CSS, visit the Tailwind CSS Presets project to get you started with styling the components with Tailwind utility classes.

diff --git a/pages/vite/index.vue b/pages/vite/index.vue index 7a6ac2cb5..d29ea93e8 100644 --- a/pages/vite/index.vue +++ b/pages/vite/index.vue @@ -36,7 +36,7 @@ export default { id: 'plugin', label: 'Plugin', component: PluginDoc, - description: `PrimeVue plugin is required to be installed as an application plugin to set up the default configuration. The plugin is lightweight, only sets up the configuration object without affecting your application. PrimeVue has two plugins; Styled and Unstyled. If you are + description: `PrimeVue plugin is required to be installed as an application plugin to set up the default configuration. The plugin is lightweight, only sets up the configuration object without affecting your application. PrimeVue has two styling modes; Styled and Unstyled. If you are just getting started, we suggest to using the styled mode.`, children: [ {