0.1.4 • Published 3 years ago

elui-extends v0.1.4

Weekly downloads
795
License
-
Repository
-
Last release
3 years ago

example

  • 颜色选择器: <ex-color-picker v-model="color" size="mini" @change="change">

  • 颜色选择器 - 单色: <ex-color-picker v-model="color" single size="mini" @change="change">

change(value, color) {
    // ...
}

Install

npm install elui-extends -S

Quick Start

import EluiExtends from 'elui-extends'

Vue.use(EluiExtends)

// or
import ColorPicker from 'elui-extends/lib/color-picker'

Vue.component(ColorPicker.name, ColorPicker)

// or
import ExColorPicker from 'elui-extends/lib/color-picker'

export default {
  components: { ExColorPicker }
}
0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.71

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago