# vue-class-component_1 **Repository Path**: mirrors_vuejs/vue-class-component_1 ## Basic Information - **Project Name**: vue-class-component_1 - **Description**: ES / TypeScript decorator for class-style Vue components. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-04 - **Last Updated**: 2025-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [DEPRECATED] Vue Class Component ## ⚠️ Notice This library is no longer actively maintained. It is no longer recommend to use Class-based components in Vue 3. The recommended way to use Vue 3 in large applications is Single-File Components, Composition API, and `