Created
June 11, 2018 22:45
-
-
Save andreliem/0fdd445c502f89accdb04f14be44ed80 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<StackLayout> | |
<Button class="btn btn-primary" @tap="$router.push('/counter')">Counter</Button> | |
<Button class="btn btn-primary" @tap="$router.push('/hello')">Hello World</Button> | |
<Button class="btn btn-primary" @tap="$router.push('/sample')">Sample</Button> | |
</StackLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment