Skip to content

Commit 474cadb

Browse files
committed
Update README.md
1 parent e34577a commit 474cadb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/component-meta/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ meta.name // 'MyComponent'
6565
meta.description // 'My awesome component description'
6666
```
6767

68-
> **Note**
69-
>
70-
> JSDoc comments on `export default` statements in Vue SFCs (`.vue` files) are not currently supported due to limitations in how TypeScript processes the virtual files generated from SFCs.
71-
7268
### Extracting prop meta
7369

7470
`vue-component-meta` will automatically extract the prop details like its name, default value, is required or not, etc. Additionally, you can even write prop description in source code via [JSDoc](https://jsdoc.app/) comment for that prop.

0 commit comments

Comments
 (0)