Skip to content
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

docs: fix heading title #2075

Merged
merged 1 commit into from
Oct 15, 2021
Merged

docs: fix heading title #2075

merged 1 commit into from
Oct 15, 2021

Conversation

Alanscut
Copy link
Contributor

No description provided.

@Alanscut
Copy link
Contributor Author

@kiaking since the vitepress is upgraded to 0.20, I found that the process.env.NODE_ENV !== 'production' in plugins.md pages result an error when visit the plugins page....
image

maybe this is a bug of vitepress, I will create an issue in https://github.com/vuejs/vitepress/issues

@kiaking
Copy link
Member

kiaking commented Oct 15, 2021

@Alanscut Oh... would you mind opening a new issue for the plugins page? Not sure why this is happening but need to look into it.

@kiaking kiaking added 4.x documentation Improvements or additions to documentation labels Oct 15, 2021
@kiaking kiaking merged commit eb52dfa into vuejs:4.0 Oct 15, 2021
@Alanscut
Copy link
Contributor Author

Alanscut commented Oct 15, 2021

@kiaking please see vuejs/vitepress#419

remove process.env.NODE_ENV !== 'production' or change it to

```js
process.env.NODE_ENV !== 'production'
```

pages will work well.

@Alanscut Alanscut deleted the zh-4.0-title branch October 18, 2021 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants