Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] committed Jul 20, 2024
1 parent a332eda commit 2bb9d41
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/vscode/schema/headmatter.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@
},
{
"$ref": "#/definitions/TransitionGroupProps"
},
{
"type": "null"
}
],
"description": "Page transition, powered by Vue's <TransitionGroup/>\n\nBuilt-in transitions:\n- fade\n- fade-out\n- slide-left\n- slide-right\n- slide-up\n- slide-down"
Expand All @@ -249,6 +252,9 @@
{
"type": "string",
"const": "build"
},
{
"type": "null"
}
],
"description": "Enable context menu",
Expand Down

0 comments on commit 2bb9d41

Please sign in to comment.