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

Commit 732d96e

Browse files
author
Walker Leite
committed
update styleguide
1 parent ebe6230 commit 732d96e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/styleguide.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ module.exports = {
66
/* The component itself */
77
name: '{{ name }}',
88
content: 'docs/Introduction.md',
9-
components: 'src/Component/Component.vue',
10-
ignore: ['src/Component/Component.vue'],
9+
components: 'src/{{ name }}.vue',
10+
ignore: ['src/{{ name }}.vue'],
1111
sections: [
1212
/* One item for every different demo or doc of the component */
1313
{

0 commit comments

Comments
 (0)