vue-element-ui-snippets package
some snippets for element-ui
snippets
basic
ebr: <el-row>ebc: <el-col>ebi: iconebb: <el-button>ebbg: <el-button-group>
data
edt: <el-table>edtc: <el-table-column>edtg: <el-tag>
form
efr: <el-radio>efrg: <el-radio-group>efrb: <el-radio-button>efc: <el-checkbox>efcg: <el-checkbox-group>efi: <el-input>efac: <el-autocomplete>efin: <el-input-number>efs: <el-select>efsw: <el-switch>efsl: <el-slider>efts: <el-time-select>efdp: <el-date-picker>eful: <el-upload>effi: <el-form-item>efrt: <el-rate>
nav
- ...TODO
notice
ena: <el-alert>enm: this.$message('$1')enmt: this.$message({ message: '$1', type: '${2: success}' })enn: this.$notify({ title: '$1', message: '$2' })
others
eod: <el-dialog>eoc: <el-card>eop: <el-popover>eot: <el-tooltip>eocrl: <el-carousel>eocp: <el-collapse>