0.1.5 • Published 9 months ago

select_vue2_alonced v0.1.5

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

dynamic

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Example

    <JsonParamsFromSelect
      propName="clientTopic"  //form的参数名
      :options="options" //下拉框options
      :formData="form" //form
      selectName="topic" //select的value
      inputName="inputName" //input的value
      width="200px"
      :head="['标题', '标题2']"  //标题支持2个
      :rule="validateServerClientTopic" // 校验规则
    />
0.1.5

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago