We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c5816 commit 60401ffCopy full SHA for 60401ff
packages/scripts/docs/vue.js
@@ -44,7 +44,7 @@ const API_DOC_BLOCKS = {
44
const COMMON_PROPS = ['externalClasses', 'style', 'customStyle'];
45
46
function categoryOrder(res) {
47
- const CATEGORY_ORDER = ['Props', 'Events', 'Slots', 'External Classes'];
+ const CATEGORY_ORDER = ['Props', 'Events', 'Functions', 'Slots', 'External Classes'];
48
return Object.fromEntries(
49
CATEGORY_ORDER.filter((key) => key in res).map((key) => [
50
key,
0 commit comments