From 16740851dcf79f9c347739224caf081940b49cb2 Mon Sep 17 00:00:00 2001 From: Nayan Date: Sat, 21 Dec 2024 09:15:40 +0530 Subject: [PATCH] feat: added VueJs desc in CategoryDescriptions.ts --- components/TopBar/CategoryDescriptions.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/TopBar/CategoryDescriptions.ts b/components/TopBar/CategoryDescriptions.ts index 4d89286dd..cbf46c817 100644 --- a/components/TopBar/CategoryDescriptions.ts +++ b/components/TopBar/CategoryDescriptions.ts @@ -40,6 +40,8 @@ const categoryDescriptions: CategoryDescriptions = { 'JavaScript chart libraries are used to create interactive and visually appealing charts and graphs for web applications. They are often used in data visualization and reporting applications.', angular: 'Angular is a popular open-source web application framework similar to react developed and maintained by Google. ', + vue_js: + 'Vue.js provides a flexible foundation for building user interfaces with JavaScript. Its gentle learning curve makes it easy to get started, while its robust architecture supports the development of complex, large-scale applications.', //backend api: 'Interfaces that allow different software applications to communicate and share data with one another.', architecture: