-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
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
[Bug report] Cannot open slimesearch bar #395
Comments
Hello redxXxkiller. |
I have the same problem in the following environment:
File theme.ts import { hopeTheme } from "vuepress-theme-hope";
import navbar from "./navbar.js";
import sidebar from "./sidebar.js";
export default hopeTheme({
...
plugins: {
slimsearch:
{
indexContent: true,
}, |
We will fix this next version , it's a bug |
oh ok its a bug alr, would it fix it if i downgrade either slimsearch or the hopetheme? Also mind if i can ask if there is a guide for styling dropdowns? |
Correct or clarify the documentation for slimsearch on the site. It is not clear in which file the change needs to be made: import { docsearchPlugin } from '@vuepress/plugin-docsearch'
export default {
plugins: [
docsearchPlugin({
// options
}),
],
} It seems that for projects created via it is necessary to make edits in the |
But you fail to read docs carefully: |
Will there be an update to Node Package Manager? |
Please send a link to the package in the repository. |
Description
When hover over the slimesearch bar it will highlight the bar but when clicking on it, it wont open, and hotkeys don't work either.
I'm using vuepress-theme-hope
Gave you access to my private repo
Reproduction
https://github.com/redxXxkiller/vuepress-theme-hope-version-2
Used Package Manager
npm
System Info
The text was updated successfully, but these errors were encountered: