1.2.1 • Published 7 years ago
element-params-input v1.2.1
Element UI 地址参数辅助输入框
类似postman地址输入框,自动筛选参数,可视化输入
Install
npm install element-params-input -SOR
yarn add element-params-input Demo
Quick Start
import elementParamsInput from "element-params-input";
Vue.use(elementParamsInput);<element-params-input v-model="test" placeholder="placeholder"></element-params-input>OR
<script src="./element-params-input.js"></script><element-params-input v-model="test" placeholder="placeholder"></element-params-input>Props
v-model: 双向绑定,与el-input一致placeholder: 占位,与el-input表现一致absolute: 参数输入框的定位,未指定将是流定位prefixicon: 输入框图标,font-class