Closed Jinjiang closed 8 years ago
error log:
register.js:92 [JS Framework] define a component(wxc-navbar) that already exists register.js:92 [JS Framework] define a component(wxc-tabitem) that already exists
The examples/index.we is in weex main repo
examples/index.we
也遇到这个问题了, 我现在解决的办法是直接 require 需要的那个组件 require('weex-components/src/wxc-tabbar.we')
require('weex-components/src/wxc-tabbar.we')
error log:
The
examples/index.we
is in weex main repo