Uncaught TypeError: Cannot read property ‘toLowerCase‘ of undefined
原因是 没有导出 export default { name:"Test" }
index.js 文件
Vue 组件封装发布到npm 报错 Uncaught TypeError: Cannot read property 'toLowerCase' of undefined
原文:https://www.cnblogs.com/winyh/p/12061376.html