如何在vue nativescript中添加操作栏?

时间:2019-10-27 08:47:31

标签: android ios vue.js nativescript vue-native

我正在尝试在与应用程序主页不同的页面上添加操作栏,但我总是在使用vue nativescript时遇到错误

我试图使用vue文档,但没有用

<template>
  <Page class="page">
    <ActionBar title="My App">
    </ActionBar>
  </Page>
</template>

<script>
export default {
  data() {
    return {};
  }
};
</script>

https://lh4.googleusercontent.com/zwboBiwCtiJZi2_nhaHAfMfnnBjV4z7xtSo568T1QAWJ_NuybF3y8lrZmAW3Jr4qHij7cjOUCoiPRK1JGLKJ=w1366-h657-rw

0 个答案:

没有答案