primefaces / primevue

Next Generation Vue UI Component Library
https://primevue.org
MIT License
9.74k stars 1.17k forks source link

Docs: Error in guide for new styled mode #6114

Closed CaptainException closed 2 weeks ago

CaptainException commented 1 month ago

Describe the bug

The example for the new styled mode is missing a trailing slash on the import:

import Aura from '@primevue/themes/aura';

This causes a module not found error.

PrimeVue version

4.0.1

Steps to reproduce the behavior

  1. Go to https://primevue.org/theming/styled/#configuration

Expected behavior

It should be:

import Aura from '@primevue/themes/aura/';
tugcekucukoglu commented 1 month ago

Could you tell us your environment?

github-actions[bot] commented 1 month ago

We're unable to replicate your issue, if you are able to create a reproducer or add details please edit this issue. This issue will be closed if no activities in 20 days.