diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-08 12:19:10 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-08 12:19:10 +0900 |
| commit | 65858dab3e2656f44b0be668c994781cfb4b419d (patch) | |
| tree | f968d3488cc94026a1d1cf2aa676f8106f7280bf /src/client/components/sample.vue | |
| parent | Update misskey.md (diff) | |
| download | misskey-65858dab3e2656f44b0be668c994781cfb4b419d.tar.gz misskey-65858dab3e2656f44b0be668c994781cfb4b419d.tar.bz2 misskey-65858dab3e2656f44b0be668c994781cfb4b419d.zip | |
Improve client
Diffstat (limited to 'src/client/components/sample.vue')
| -rw-r--r-- | src/client/components/sample.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/sample.vue b/src/client/components/sample.vue index 53eac0e2e6..bce02466f6 100644 --- a/src/client/components/sample.vue +++ b/src/client/components/sample.vue @@ -93,7 +93,7 @@ export default defineComponent({ }, async openMenu(ev) { - os.modalMenu([{ + os.popupMenu([{ type: 'label', text: 'Fruits' }, { |