You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that this is an issue rather than a question.
Bug report
Using vuepress1.9.10 in an existing project in vue2.6.6, the console reports an error: Cannot create property 'top' on boolean 'true'.
And vue2.6.6 does not work with any version of vuepress ,unless you change the vue version.
Bug report
Using vuepress1.9.10 in an existing project in vue2.6.6, the console reports an error: Cannot create property 'top' on boolean 'true'.
And vue2.6.6 does not work with any version of vuepress ,unless you change the vue version.
Steps to reproduce
"dependencies": {
"vue": "2.6.6"
},
"devDependencies": {
"vue-server-renderer": "2.6.6",
"vue-template-compiler": "2.6.6",
"vuepress": "1.9.10"
}
What is expected?
What is actually happening?
Other relevant information
npx vuepress info
in my VuePress project:The text was updated successfully, but these errors were encountered: