diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-12-24 12:34:27 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-12-24 12:34:27 +0900 |
| commit | 901d6894de860f68f355d482534fa70cd3d96f03 (patch) | |
| tree | 59bca3f0e0d6e9c23dd1cdad3f75ac214588a374 /CONTRIBUTING.md | |
| parent | enhance(client): tweak ui (diff) | |
| parent | Update CONTRIBUTING.md (diff) | |
| download | misskey-901d6894de860f68f355d482534fa70cd3d96f03.tar.gz misskey-901d6894de860f68f355d482534fa70cd3d96f03.tar.bz2 misskey-901d6894de860f68f355d482534fa70cd3d96f03.zip | |
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
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 fe3df853b7..633995c947 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 instead of the Options API.** +**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.** 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 |