mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup a11y and add demo page
This commit is contained in:
@@ -3,7 +3,7 @@ import { Observable, Frame, StackLayout } from '@nativescript/core';
|
||||
export class HelloWorldModel extends Observable {
|
||||
viewDemo(args) {
|
||||
Frame.topmost().navigate({
|
||||
moduleName: `${args.object.text}`,
|
||||
moduleName: `pages/${args.object.text}`,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user