PrimeVue plugin is required to be installed with the use function to set up the default configuration.
+
+ PrimeVue plugin is required to be installed with the use function to set up the default configuration. If you are using Nuxt, this step is not required as our
+ nuxt module handles it.
+
diff --git a/doc/theming/CustomThemeDoc.vue b/doc/theming/CustomThemeDoc.vue
index 0f5fecf13..705a95afa 100644
--- a/doc/theming/CustomThemeDoc.vue
+++ b/doc/theming/CustomThemeDoc.vue
@@ -5,19 +5,8 @@
of the built-in themes so that you may customize an existing theme or create your own. The scss variables used in a theme are available at the SASS API documentation.
- There are 3 alternatives to create your own theme. First option is using the Visual Editor, second one is compiling a theme with command line sass and final alternative is embedding scss files within your project to let your build
- environment do the compilation. In all cases, the generated theme file should be imported to your project. We've created a video tutorial that demonstrates all three options.
-
-
-
-
-
-
-
Visual Editor
-
- Visual Editor is an easy way to quickly customize an existing theme without dealing with the details of the SASS API. The editor allows changing common settings like primary color for built-in
- themes. Once you have completed the design, click the download button to access the generated theme.css file and import it to your project as an asset. In near future, an advanced UI Designer will be available with the ability to
- edit all variables and components where you'll also be able to save your themes when accessed with an account.
+ There are 2 alternatives to create your own theme. First option is compiling a theme with command line sass whereas second option is embedding scss files within your project to let your build environment do the compilation. In all cases,
+ the generated theme file should be imported to your project.