mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
6 lines
216 B
TypeScript
6 lines
216 B
TypeScript
import * as vmModule from "./bottom-navigation-view-model";
|
|
|
|
export function bottomNavigaitonLoaded(args) {
|
|
const bottomNav = args.object.page;
|
|
bottomNav.bindingContext = vmModule.bottomNavigationViewModel;
|
|
} |