Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Commit

Permalink
update styleguide
Browse files Browse the repository at this point in the history
  • Loading branch information
Walker Leite committed Sep 12, 2017
1 parent ebe6230 commit 732d96e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ module.exports = {
/* The component itself */
name: '{{ name }}',
content: 'docs/Introduction.md',
components: 'src/Component/Component.vue',
ignore: ['src/Component/Component.vue'],
components: 'src/{{ name }}.vue',
ignore: ['src/{{ name }}.vue'],
sections: [
/* One item for every different demo or doc of the component */
{
Expand Down

0 comments on commit 732d96e

Please sign in to comment.