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

Commit

Permalink
Update styleguide.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc authored Oct 5, 2017
1 parent e4db2e7 commit c18d9d8
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 @@ -12,12 +12,12 @@ module.exports = {
components: 'src/**/{{ name }}.vue',
// ignore: ['src/ignored-component/ignored-component.vue'],
sections: [
/* One item for every different demo or doc of the component */
/* One item for each demo or example of the component */
{
name: 'Use Case 1',
content: 'docs/UseCase1.md'
},
/* One item for every different demo or doc of the component */
/* One item for each demo or example of the component */
{
name: 'Use Case 2',
content: 'docs/UseCase2.md'
Expand Down

0 comments on commit c18d9d8

Please sign in to comment.