mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
6 lines
229 B
TypeScript
6 lines
229 B
TypeScript
import { BottomNavigationViewModel } from "./bottom-navigation-view-model";
|
|
|
|
export function bottomNavigaitonLoaded(args) {
|
|
const bottomNav = args.object.page;
|
|
bottomNav.bindingContext = new BottomNavigationViewModel();
|
|
} |