Skip to content

Commit

Permalink
readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhihua committed Aug 4, 2017
1 parent 9c3ff08 commit 316c8d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Vue components, HTML, CSS/Less/Sass, ES5/ES6/ES7 and JSON code formatter for Sublime Text 2 and 3 via node.js
#### [Sublime Text 3](http://www.sublimetext.com/3)
#### [esformatter](https://www.npmjs.com/package/esformatter)
#### [pug-beautify](https://www.npmjs.com/package/pug-beautify)
#### [JS-beautify](https://github.com/einars/js-beautify)
#### [Node.js download](http://nodejs.org/#download)

Expand Down
17 changes: 10 additions & 7 deletions tests/ajax.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,19 @@
<custom-tag>
sdasd
</custom-tag>
<custom-tag a="2" b="3">
<custom-tag a="2"
b="3">
</custom-tag>
<img />
</hello-world>
<input type="text" placeholder="请输入" name="jl_txt"
ref="gjjl"
@keyup.13="open('top')"
@blur="inputBlur"
@focus="inputFocus"
v-model="message ">
<input type="text"
placeholder="请输入"
name="jl_txt"
ref="gjjl"
@keyup.13="open('top')"
@blur="inputBlur"
@focus="inputFocus"
v-model="message " >
</panel>
</page>

Expand Down

0 comments on commit 316c8d1

Please sign in to comment.