feat: add search, close #43

This commit is contained in:
qingwei.li 2017-02-09 00:19:10 +08:00 committed by cinwell.li
commit eb5ff3e987
10 changed files with 395 additions and 16 deletions

View file

@ -1,7 +1,9 @@
{
"extends": ["vue"],
"env": {
"browser": true
},
"globals": {
"XMLHttpRequest": true,
"__docsify__": true
"$docsify": true
}
}