1 Star 2 Fork 3

purestart / vue-search-bar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 497 Bytes
一键复制 编辑 原始数据 按行查看 历史
purestart 提交于 2018-08-24 15:48 . upload vue-search-bar files
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>vue-search-bar</title>
<style>
* {
margin: 0;
padding: 0;
}
a {
color: #7e8c8d;
text-decoration: none;
-webkit-backface-visibility: hidden;
}
li {
list-style: none;
}
</style>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
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

搜索帮助