Skip to content

Commit

Permalink
fix: correct link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksiikhr committed Oct 12, 2019
1 parent 99887eb commit 50a5941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/components/BaseHeader.vue
Expand Up @@ -48,7 +48,7 @@ export default {
{ title: 'Products', dropdown: 'products', content: VerticalContent, element: 'span' },
{ title: 'Developers', dropdown: 'developers', content: HorizontalPrimaryContent, secondary: HorizontalSecondaryContent },
{ title: 'Company', dropdown: 'company', content: DefaultContent, listeners: { mouseover: this.onMouseOver } },
{ title: 'Source', attributes: { href: 'https://github.com/Alexeykhr/vue-stripe-menu/blob/master/demo/components/Header.vue', target: '_blank' } }
{ title: 'Source', attributes: { href: 'https://github.com/Alexeykhr/vue-stripe-menu/blob/master/demo/components/BaseHeader.vue', target: '_blank' } }
]
}
},
Expand Down

0 comments on commit 50a5941

Please sign in to comment.