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
If you customize <script/>, you must write your own slotKey and $emit AsyncMarkdownContentMounted event
<script/>
AsyncMarkdownContentMounted
https://github.com/vuejs/vuepress/blob/master/packages/%40vuepress/markdown-loader/index.js#L110
If it doesn't trigger, it will report an error when switching pages. destroy of undefined, this.$smoothScroll is undefined
"vuepress": "^1.0.0-alpha.23",
The text was updated successfully, but these errors were encountered:
Thanks for your report, but it's duplicate of #975, let's move here to continue.
FYI. for now do not write <script> at markdown file. (You can put them under a Vue component), we'll fix it before we reach beta stage.
<script>
beta
Sorry, something went wrong.
Fixed at ece2e1e and out at vuepress/1.0.0-alpha.28
vuepress/1.0.0-alpha.28
No branches or pull requests
If you customize
<script/>
, you must write your own slotKey and $emitAsyncMarkdownContentMounted
eventhttps://github.com/vuejs/vuepress/blob/master/packages/%40vuepress/markdown-loader/index.js#L110
If it doesn't trigger, it will report an error when switching pages.
destroy of undefined, this.$smoothScroll is undefined
Version
"vuepress": "^1.0.0-alpha.23",
The text was updated successfully, but these errors were encountered: