# 局部组件 局部组件是指在某个组件内注册的组件,它一般只在一个地方用到,全局无法访问 ## dd-menu ::: tip 出现位置 src/components/core/MainLayout/components/SideMenu/index.vue :::