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

Commit f096a29

Browse files
author
Walker Leite
committed
also update readme in src
1 parent d01fa58 commit f096a29

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

meta.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ module.exports = {
3131
logger.log(msg);
3232
// Rename to be compatible with styleguide configuration
3333
fs.renameSync('src/Component.vue', 'src/' + data.name + '.vue');
34+
fs.renameSync('src/Component.md', 'src/' + data.name + '.md');
3435
}
3536
};
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Put here the component usage demo
1+
Put here the general component usage instructions
22

33
<{{ name }} text="Hello World!" @click="alert('clicked!')"></{{ name }}>

0 commit comments

Comments
 (0)