From 4ab01626fe1f93c366300db4a47cb9f0ffb6591a Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 29 Jul 2024 14:28:12 +0300 Subject: [PATCH] Fixed code display --- apps/showcase/doc/contribution/IntroductionDoc.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/showcase/doc/contribution/IntroductionDoc.vue b/apps/showcase/doc/contribution/IntroductionDoc.vue index b2378212e..c1a04b532 100644 --- a/apps/showcase/doc/contribution/IntroductionDoc.vue +++ b/apps/showcase/doc/contribution/IntroductionDoc.vue @@ -8,7 +8,7 @@

To begin with, clone the PrimeVue repository from GitHub:

Then run the showcase in your local environment at http://localhost:3000/.

- +

Project Structure

PrimeVue utilizes a monorepo architecture, the libraries are located at packages folder and the website is at apps/showcase.