We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6053003 commit a29ced5Copy full SHA for a29ced5
demo-snippets/vue/Basic.ts
@@ -11,7 +11,7 @@ export default {
11
name: 'Home',
12
template: `
13
<Page>
14
- <ActionBa title="Sentry Demo">
+ <ActionBar title="Sentry Demo">
15
</ActionBar>
16
<StackLayout>
17
<Button text="leaveBreadcrumb" @tap="leaveBreadcrumb"/>
0 commit comments