【发布时间】:2016-09-20 11:09:28
【问题描述】:
我尝试在加载选项卡时加载自定义组件(视图)。 我的目录结构是: 这是我的 tablist.html 页面:
var myComponentInstance = builder.load({
path: "pages/product/product.component",
name: "product_lists"
});
this.tabviewitems.push({ "title": this.subCategories[index], "view": myComponentInstance });
我的视图没有加载。 view._inheritProperties 不是 nativescript 中的函数 请帮帮我。
【问题讨论】:
标签: nativescript