如何进行底部导航(Native-Vue)

时间:2020-07-08 14:37:28

标签: vue.js native

我之所以写信,是因为我用vue-native(用vue-native init创建的项目)编码,并且我想用底部导航创建一个模板。 在浏览器上很容易像这样:

<BottomNavigation height="400px">
    <TabStrip>
        <TabStripItem>
            <Label text="Home"></Label>
        </TabStripItem>
    </TabStrip>
    <TabContentItem>
        <GridLayout>
            <Label text="Home Page" class="h2 text-center">
            </Label>
        </GridLayout>
    </TabContentItem>
</BottomNavigation>

但是在我的本地应用程序上这是行不通的,如果您知道原因并可以向我解释为什么我不能使用浏览器(https://play.nativescript.org/)之类的相同组件

祝你有美好的一天!

0 个答案:

没有答案