Skip to content

Commit 60401ff

Browse files
authored
fix: 文档生成 InstanceFunctions 丢失 (#750)
1 parent 52c5816 commit 60401ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scripts/docs/vue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const API_DOC_BLOCKS = {
4444
const COMMON_PROPS = ['externalClasses', 'style', 'customStyle'];
4545

4646
function categoryOrder(res) {
47-
const CATEGORY_ORDER = ['Props', 'Events', 'Slots', 'External Classes'];
47+
const CATEGORY_ORDER = ['Props', 'Events', 'Functions', 'Slots', 'External Classes'];
4848
return Object.fromEntries(
4949
CATEGORY_ORDER.filter((key) => key in res).map((key) => [
5050
key,

0 commit comments

Comments
 (0)