# autoComplete **Repository Path**: chenc041/autoComplete ## Basic Information - **Project Name**: autoComplete - **Description**: 基于 vue的 简单 auto complete 组件 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于vue的简易 auto complete 组件 > A Vue.js project > 基于vue的简单自动补全组件 #### 属性
属性 说明 默认值
list 自动完成的数据源 array
#### 事件
属性 说明 参数
getValue 获取选中的值 value
getSelect 获取输入框的值 value
### 自定义展示内容 ```
``` > demo gif ![Alt text](/screenshot/demo.gif) ## 使用安装 ``` bash npm install or yarn # serve with hot reload at localhost:8080 npm run dev or yarn start ```