We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d63a7a commit 86c3609Copy full SHA for 86c3609
packages/docs/docs/.vuepress/nav/en.js
@@ -21,10 +21,6 @@ module.exports = [
21
{
22
text: 'Contributing Guide',
23
items: [
24
- {
25
- text: 'Global Computed',
26
- link: '/miscellaneous/global-computed.html'
27
- },
28
29
text: 'Design Concepts',
30
link: '/miscellaneous/design-concepts.html'
packages/docs/docs/.vuepress/nav/zh.js
text: '开发指南',
- text: '全局计算属性',
- link: '/zh/miscellaneous/global-computed.html'
text: '设计理念',
link: '/zh/miscellaneous/design-concepts.html'
0 commit comments