diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-12-10 20:42:01 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-12-10 20:42:01 +0900 |
| commit | 0f7241c2c2c74285469d25c0416d43f51a22ccec (patch) | |
| tree | 31f961411d342cc226e8b3963b4de75d42068c21 /CONTRIBUTING.md | |
| parent | feat: カスタム絵文字エクスポート (diff) | |
| download | sharkey-0f7241c2c2c74285469d25c0416d43f51a22ccec.tar.gz sharkey-0f7241c2c2c74285469d25c0416d43f51a22ccec.tar.bz2 sharkey-0f7241c2c2c74285469d25c0416d43f51a22ccec.zip | |
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d9a9e725f7..fe3df853b7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,6 +85,11 @@ TODO Misskey uses GitHub Actions for executing automated tests. 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.** +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 * Use English for material, object and texture names. * Use meter for unit of length. |