diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-12-30 03:00:40 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-30 03:00:40 +0900 |
| commit | 696f3d19af6fd05c185dc44d799e863333f6b7ac (patch) | |
| tree | b8b684a1300c06ea86b356ee7a2476ca86a0fe86 /CONTRIBUTING.md | |
| parent | fix pizzax (#8099) (diff) | |
| download | misskey-696f3d19af6fd05c185dc44d799e863333f6b7ac.tar.gz misskey-696f3d19af6fd05c185dc44d799e863333f6b7ac.tar.bz2 misskey-696f3d19af6fd05c185dc44d799e863333f6b7ac.zip | |
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 633995c947..a16a76abcf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -87,7 +87,7 @@ Configuration files are located in [`/.github/workflows`](/.github/workflows). ## Vue Misskey uses Vue(v3) as its front-end framework. -**When creating a new component, please use the Composition API (and [setup sugar](https://v3.vuejs.org/api/sfc-script-setup.html)) instead of the Options API.** +**When creating a new component, please use the Composition API (with [setup sugar](https://v3.vuejs.org/api/sfc-script-setup.html) and [ref sugar](https://github.com/vuejs/rfcs/discussions/369)) instead of the Options API.** Some of the existing components are implemented in the Options API, but it is an old implementation. Refactors that migrate those components to the Composition API are also welcome. ## Adding MisskeyRoom items |