update snippets
This commit is contained in:
parent
48e85f5a87
commit
d83f032366
|
@ -109,3 +109,6 @@ ${2: constructor(props) \{
|
|||
}
|
||||
endsnippet
|
||||
|
||||
snippet th "this.handle..."
|
||||
this.handle${1:Click} = this.handle$1.bind(this);
|
||||
endsnippet
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
extends css, javascript
|
Loading…
Reference in New Issue