Nine-chat-frontend
Nine-chat-frontend copied to clipboard
前端项目运行报错
前端运行之后,会提示npm install --save @/components/Popover,实际发现是没有PopOver这个组件,但在ChatHeader的index.vue中有引用这个组件,实际引用了也没有使用,去掉之后可以运行。
测试组建没有完全移除掉 感谢指出 已修复