1 Star 2 Fork 3

purestart / vue-search-bar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 716 Bytes
一键复制 编辑 原始数据 按行查看 历史
purestart 提交于 2019-02-21 11:37 . update readme

vue-search-bar

项目介绍

Vue 组件,搜索框、带搜索页面的搜索框

image

软件架构

软件架构说明

安装教程

npm install vue-search-bar --save

使用说明

在main.js中
import 'vue-search-bar/dist/vue-search-bar.min.css';
import { SearchBar } from 'vue-search-bar';
Vue.use(SearchBar);

页面中使用
<search-bar :onChange="onChange" :onSearch="onSearch">
    搜索页面 推荐标签 搜索提示等等...
</search-bar>

参与贡献

  1. Fork 本项目
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request
JavaScript
1
https://gitee.com/_pure/vue-search-bar.git
git@gitee.com:_pure/vue-search-bar.git
_pure
vue-search-bar
vue-search-bar
master

搜索帮助