@0x30/vue-navigation 中文文档教程
vue-navgation
模仿ios UINavigationController
缓存页面的方式,前进新的视图,back从堆栈中拉取缓存的视图
使用方式
只使用组件
import {
VueNavigation as Navigation
} from "@0x30/vue-navigation";
<RouterView>
{({ Component }: any) => (
<Navigation>
<Component />
</Navigation>
)}
</RouterView>;
监听页面的变化,以及方向
export declare const useRouterListen: (router: Router, callback?: NavigationCallback | undefined) => () => void;
注意事项
在和vueTransition
一起使用时,由于特殊的 vue-jsx 特殊的解析方式,在引入时需要
import {
VueNavigation as KeepAlive
} from "@0x30/vue-navigation";
<KeepAlive></KeepAlive>
更多
你可能也喜欢
- 1t 中文文档教程
- @1productaweek/react-virtualized-grid 中文文档教程
- @29aries/apexcharts 中文文档教程
- @36node/template-react-redux 中文文档教程
- @3dhd_org/scheduler 中文文档教程
- @3rdvision/epir-processor-api 中文文档教程
- @7stack.io/snippets-helpers 中文文档教程
- @9fv.io/wait-for-it 中文文档教程
- @_oflc/oflc-react 中文文档教程
- @abneroliveira/business-rules-engine 中文文档教程