Klimi's new dotfiles with stow.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

10 行
231 B

# -*- mode: snippet -*-
# uuid: 3eeec841-9d3b-4e5c-93af-f478ffacc3f1
# contributor: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
# name: getDerivedStateFromProps
# key: gdsfp
# --
static getDerivedStateFromProps(props, state) {
${1}
}