left-right-select

0.1.0 • Public • Published

left-right-select

This is a component based on vue and element-ui;
import then put it into components like this:

<div>
    <left-right-select :list="list" />
</div>

components: {
    LeftRightSelect
}

specially, the list needs to have id and label props.

list = [{ id: 1, label: "1" }]

Package Sidebar

Install

npm i left-right-select

Weekly Downloads

0

Version

0.1.0

License

none

Unpacked Size

4.35 kB

Total Files

4

Last publish

Collaborators

  • fengxh