# anchor-point-page **Repository Path**: fcli/anchor-point-page ## Basic Information - **Project Name**: anchor-point-page - **Description**: 锚点组件 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-02-06 - **Last Updated**: 2025-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 锚点导航组件 ```bash npm install @fcli/anchor-point-page --save-dev 来安装 在项目中使用 import AnchorPointPage from '@fcli/anchor-point-page'; const app=createApp(App) app.use(AnchorPointPage); ``` 示例请查看APP.vue **authorData需要id、label和children属性** #### slot 可自定义第三层的展示内容 例: ``` ```