mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-24 09:14:05 +02:00
wip
This commit is contained in:
@@ -36,7 +36,7 @@ export default defineComponent({
|
||||
length,
|
||||
|
||||
toggle() {
|
||||
this.$emit('input', !this.value);
|
||||
this.$emit('update:value', !this.value);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user