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

Commit 0d2e3ac

Browse files
committed
fix(styleguide): fix introduction section name
1 parent ff26a99 commit 0d2e3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/styleguide.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
sections: [
2121
{
2222
/* The component itself */
23-
name: 'test-cmp1',
23+
name: '{{ name }} documentation',
2424
content: 'docs/Introduction.md',
2525
components: 'src/**/*.vue',
2626
// ignore: ['src/ignored-component/ignored-component.vue'],

0 commit comments

Comments
 (0)