Skip to content

Instantly share code, notes, and snippets.

@andreliem
Created June 11, 2018 22:45
Show Gist options
  • Save andreliem/0fdd445c502f89accdb04f14be44ed80 to your computer and use it in GitHub Desktop.
Save andreliem/0fdd445c502f89accdb04f14be44ed80 to your computer and use it in GitHub Desktop.
<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