Skip to content

Commit 7926e37

Browse files
committed
modify readme
1 parent 6fbadb9 commit 7926e37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
> The reason I make it is to save my time in work, because my new team is still using Vue2 and write class style component, so I have to adapt to it.(I am a react user and favor into hooks and functional style.)
55
> I hope this little tool will help you too.
66
7-
### support input name style
7+
### Support input name style
88

99
- DemoComponent -> DemoComponent `recommend`
1010
- demo component -> DemoComponent `recommend`
@@ -16,7 +16,7 @@
1616
- Democomponent -> Democomponent `not recommend`
1717
- democomponent -> Democomponent `not recommend`
1818

19-
### code example
19+
### Code example
2020

2121
```html
2222
<template> </template>
@@ -31,7 +31,7 @@
3131
<style lang="less" scoped></style>
3232
```
3333

34-
### check vue filename
34+
### Check vue filename
3535

3636
> Help you rename you irregularly vue filename, and it's an options choice,
3737
> you can just choose No to check the files details in terminal panel.
@@ -45,7 +45,7 @@
4545
> In my opinion, as a component your component name should be same as your .vue filename, in this way you can easily know your component's name and meaning.
4646
> Big CampleCase is my favorite style for name a file, and many popular and great Open-Sourced UI library such as [ElementUI](https://element.eleme.io/#/en-US),[Ant Design](https://ant.design/), they do this too. So why don't we follow them?
4747
48-
### package and publish
48+
### Package and Publish
4949

5050
[Doc](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
5151

0 commit comments

Comments
 (0)