获取 Vue 项目里注册的全部 组件

const components = Object.keys(Vue.options.components)

console.log(components)

  

原文地址:https://www.cnblogs.com/winyh/p/14661765.html