# 前端核心 **Repository Path**: misaka12648/interview ## Basic Information - **Project Name**: 前端核心 - **Description**: 前端面试题及知识点全解析 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://ms.misaka12648.xyz/ - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-09-15 - **Last Updated**: 2025-10-14 ## 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"), }), ], } ```