Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Mar 7, 2025
1 parent cfc73c6 commit 26dadec
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 219 deletions.
8 changes: 8 additions & 0 deletions apps/showcase/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -65339,6 +65339,14 @@
"default": "",
"description": "Used to pass attributes to the root's DOM element."
},
{
"name": "separator",
"optional": true,
"readonly": false,
"type": "StepperPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the separator's DOM element."
},
{
"name": "hooks",
"optional": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt-module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Find and replace all on all files (CMD+SHIFT+F):
My new Nuxt module for doing amazing things.

- [ Release Notes](/CHANGELOG.md)
<!-- - [🏀 Online playground](https://stackblitz.com/github/your-org/my-module?file=playground%2Fapp.vue) -->
<!-- - [📖 &nbsp;Documentation](https://example.com) -->
<!-- - [🏀 Online playground](https://stackblitz.com/github/your-org/my-module?file=playground%2Fapp.vue) -->
<!-- - [📖 &nbsp;Documentation](https://example.com) -->

## Features

Expand Down
Loading

0 comments on commit 26dadec

Please sign in to comment.