2016-02-02 56 views

回答

0

如果你检查你的代码,你的组件运行正常,名&图像都在这里。 这只是css和Ionic标签使用的问题。

你想在哪里显示你的组件?在其他4个标签行中?在标题中?其他?

0

缺少指令部分

@Page({ 
    templateUrl: 'build/pages/tabs/tabs.html', 
    directives: [DropmenuComponent], 
    providers: [CategoryService] 
})