0.1.1 • Published 4 years ago

vue-select-added v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

vue-select-added

A Vue.js 2.0 select added component

Installation

NPM / Yarn

npm install vue-select-added --save

Then you need to import and register it:

import SelectAdded from "vue-select-added";
components: {
  SelectAdded;
}

Usage

<SelectAdded
  :allArr="items"
  v-model="selectValue"
/>/>

Props

NameTypeDefaultDescription
valueArray[]Selected value
allArrArray[]Available options
searchTextString"请输入"Search box default
readOnlyBooleanfalseSet input to readonly
searchResultTextString"未搜索到相关内容"No search results
addItemButtonTextString"添加一个新属性值"Add new option button text
addItemTextString"添加一个新项"Add item input box prompt
0.1.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.0.6

4 years ago

0.0.5

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