diff options
| author | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2022-12-19 16:47:56 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-19 16:47:56 +0900 |
| commit | e3b84828918511b5670f351391229f836a04d73b (patch) | |
| tree | 3739153df60d3a52aca929f31ed90618498aa727 /packages/client/src | |
| parent | fix(backend): request.body may be undefined (#9356) (diff) | |
| download | misskey-e3b84828918511b5670f351391229f836a04d73b.tar.gz misskey-e3b84828918511b5670f351391229f836a04d73b.tar.bz2 misskey-e3b84828918511b5670f351391229f836a04d73b.zip | |
fix(client): add missing ref for MkButton (#9357)
Diffstat (limited to 'packages/client/src')
| -rw-r--r-- | packages/client/src/components/MkButton.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/client/src/components/MkButton.vue b/packages/client/src/components/MkButton.vue index a052f8f7a9..64698aa00c 100644 --- a/packages/client/src/components/MkButton.vue +++ b/packages/client/src/components/MkButton.vue @@ -1,5 +1,6 @@ <template> <button + ref="el" v-if="!link" class="bghgjjyj _button" :class="{ inline, primary, gradate, danger, rounded, full }" :type="type" |