All Projects → solobat → vue-element-ui-snippets

solobat / vue-element-ui-snippets

Licence: MIT license
Vue element ui snippets

vue-element-ui-snippets package

some snippets for element-ui

snippets

basic

  • ebr: <el-row>
  • ebc: <el-col>
  • ebi: icon
  • ebb: <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>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].