# 2025面试题 **Repository Path**: mengshaopeng/2025-interview-questions ## Basic Information - **Project Name**: 2025面试题 - **Description**: 2025面试试题全解析 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2025-03-04 - **Last Updated**: 2025-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 根据组件文件或目录自动注册 Vue 组件。 | 注意对应版本为@2.0.0-rc.0 ``` npm i -D @vuepress/plugin-register-components@2.0.0-rc.0 ``` ``` import { resolve } from "path"; export default { plugins: [ registerComponentsPlugin({ componentsDir: resolve(__dirname, "./components"), }), ], } ```