# ``` install:yarn install ``` ``` dev:yarn serve ``` ``` build:yarn test/build ``` #version # ⭐AMBRE⭐ ## v-input:顶部搜索栏 ### 组件引用 ``` // 查询方法 ``` ### 参数说明 ``` { placeholder: '', // type: 'select', // props: 'test', // options: [ // { label: '第一项', value: '1' } ] } ```