diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-12-24 01:31:37 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-24 01:31:37 +0900 |
| commit | 2294e9ffdce9091a412cb3a4e1b04e5056c013e6 (patch) | |
| tree | 0d2539e2ef8ac825fb50262cbac736b86cea8500 /CONTRIBUTING.md | |
| parent | ノートページでRenoteである場合にnoindexを付加 (#8074) (diff) | |
| download | sharkey-2294e9ffdce9091a412cb3a4e1b04e5056c013e6.tar.gz sharkey-2294e9ffdce9091a412cb3a4e1b04e5056c013e6.tar.bz2 sharkey-2294e9ffdce9091a412cb3a4e1b04e5056c013e6.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 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 |