0.1.1 • Published 3 years ago

vue-select-added v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.6

3 years ago

0.0.5

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