We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我现在拉一个新的模版下来也是会的,1.4.0 ,
1.4.0
全局安装 vuepress,版本1.4.0
vuepress
文件目录
├── .vuepress (可选的) │ └── config.js (可选的) ├── about.md └── README.md
config.js文件
// config.js module.exports = { themeConfig: { search: true, searchMaxSuggestions: 10 } }
about.md文件
//about.md # 关于我们1 # ABOUT ## 关于我们 ## about
README.md文件
// README.md --- home: true heroImage: /hero.png heroText: Hero 标题 tagline: Hero 副标题 actionText: 快速上手 → actionLink: /zh/guide/ features: - title: 简洁至上 details: 以 Markdown 为中心的项目结构,以最少的配置帮助你专注于写作。 - title: Vue驱动 details: 享受 Vue + webpack 的开发体验,在 Markdown 中使用 Vue 组件,同时可以使用 Vue 来开发自定义主题。 - title: 高性能 details: VuePress 为每个页面预渲染生成静态的 HTML,同时在页面被加载的时候,将作为 SPA 运行。 footer: MIT Licensed | Copyright © 2018-present Evan You ---
vuepress dev .
项目成功跑在了localhost:8080
about
关于
预期:应该是中英文都可以搜索才对
浏览项目,点击搜索框搜索 about,成功搜索出有关 about 关键字的文章,但是当,搜索 关于 关键字时 ,却什么都没有
这里提供一下我的blog,也是用的 vuepress 1.4.0 版本,也有这种问题
vuepress 1.4.0
my blog --JSChen
npx vuepress info
vuepress v1.4.0
The text was updated successfully, but these errors were encountered:
May relate to #2243 , #2242 . There is a PR #2266 may fix this.
Sorry, something went wrong.
Duplicated to #2242
Thank😍 @meteorlxy @ludanxer
No branches or pull requests
Bug report
Steps to reproduce
我现在拉一个新的模版下来也是会的,
1.4.0
,全局安装
vuepress
,版本1.4.0
文件目录
config.js文件
about.md文件
README.md文件
vuepress dev .
项目成功跑在了localhost:8080
about
和关于
两个关键字What is expected?
预期:应该是中英文都可以搜索才对
What is actually happening?
浏览项目,点击搜索框搜索
about
,成功搜索出有关about
关键字的文章,但是当,搜索关于
关键字时 ,却什么都没有Other relevant information
这里提供一下我的blog,也是用的
vuepress 1.4.0
版本,也有这种问题npx vuepress info
in my VuePress project:vuepress v1.4.0
The text was updated successfully, but these errors were encountered: