Refactor Button Component Usage Across Multiple Components
Carlos Rodríguez Morales authored
- Replaced all instances of the Button component with the newly renamed BaseButton component in Navbar.vue, SuccessScreen.vue, BlockingRequirement.vue, NonBlockingRequirement.vue, SubjectDocumentationModal.vue, SubjectNormativeModal.vue, and SubjectValidationModal.vue.
- Updated imports to reflect the new BaseButton component, enhancing consistency and clarity in the codebase.
- Removed the old Button component file to streamline the shared components.

These changes contribute to a more modular and maintainable codebase by standardizing button usage across the application.
0bcbe63a

UAX Automatrícula

Descripción del proyecto

El proyecto consiste en el proceso que va a realizar un alumno en la universidad durante todo el proceso de matriculación.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.