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

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.10

5 years ago

0.0.11

5 years ago

0.0.12

5 years ago

0.0.13

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.5

5 years ago

0.0.71

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago