diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2021-12-30 03:04:23 +0900 |
|---|---|---|
| committer | tamaina <tamaina@hotmail.co.jp> | 2021-12-30 03:04:23 +0900 |
| commit | 8a3bac9e100126d970ff2c622e72ae7e4d796b8d (patch) | |
| tree | 5912c983b0e2981fc2a7603f8086c44a72592b7b | |
| parent | Merge branch 'fix-pizzax-2' into pizzax-indexeddb (diff) | |
| parent | スコープの判定を厳密に (#8100) (diff) | |
| download | misskey-8a3bac9e100126d970ff2c622e72ae7e4d796b8d.tar.gz misskey-8a3bac9e100126d970ff2c622e72ae7e4d796b8d.tar.bz2 misskey-8a3bac9e100126d970ff2c622e72ae7e4d796b8d.zip | |
Merge branch 'develop' into pizzax-indexeddb
| -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 |