0.1.4 • Published 4 years ago

elui-extends v0.1.4

Weekly downloads
795
License
-
Repository
-
Last release
4 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

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.71

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago