Skip to content

Commit

Permalink
docs: add volar plugin status for singleDefine
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Mar 23, 2023
1 parent 20418f5 commit 0d1f03d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
13 changes: 7 additions & 6 deletions docs/macros/single-define.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@

Declare single props and events with `defineProp` & `defineEmit`.

| Features | Supported |
| :--------: | :----------------: |
| Vue 3 | :white_check_mark: |
| Nuxt 3 | :white_check_mark: |
| Vue 2 | :white_check_mark: |
| TypeScript | :white_check_mark: |
| Features | Supported |
| :----------: | :----------------: |
| Vue 3 | :white_check_mark: |
| Nuxt 3 | :white_check_mark: |
| Vue 2 | :white_check_mark: |
| TypeScript | :white_check_mark: |
| Volar Plugin | :x: |

::: warning

Expand Down
13 changes: 7 additions & 6 deletions docs/zh-CN/macros/single-define.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@

Declare single props and events with `defineProp` & `defineEmit`.

| Features | Supported |
| :--------: | :----------------: |
| Vue 3 | :white_check_mark: |
| Nuxt 3 | :white_check_mark: |
| Vue 2 | :white_check_mark: |
| TypeScript | :white_check_mark: |
| Features | Supported |
| :----------: | :----------------: |
| Vue 3 | :white_check_mark: |
| Nuxt 3 | :white_check_mark: |
| Vue 2 | :white_check_mark: |
| TypeScript | :white_check_mark: |
| Volar Plugin | :x: |

::: warning

Expand Down

0 comments on commit 0d1f03d

Please sign in to comment.