提交 9a5603d7 编写于 作者: H hdx

fix: component-instance page path

上级 3337540c
...@@ -243,22 +243,22 @@ ...@@ -243,22 +243,22 @@
}, },
{ {
name: '$watch', name: '$watch',
url: 'watch', url: 'watch-function',
enable: true enable: true
}, },
{ {
name: '$emit', name: '$emit',
url: 'emit', url: 'emit-function',
enable: true enable: true
}, },
{ {
name: '$forceUpdate', name: '$forceUpdate',
url: 'forceUpdate', url: 'forceUpdate-function',
enable: true enable: true
}, },
{ {
name: '$nextTick', name: '$nextTick',
url: 'nextTick', url: 'nextTick-function',
enable: true enable: true
}, },
] as PageItem[] ] as PageItem[]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册