refactor(client): explicit showing property for tooltips (#9368)

This commit is contained in:
Kagami Sascha Rosylight 2022-12-22 16:59:11 +09:00 committed by GitHub
parent 049373de3b
commit 1b6473ac27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 7 deletions

View file

@ -16,7 +16,7 @@
import { } from 'vue';
import MkTooltip from './MkTooltip.vue';
const props = defineProps<{
defineProps<{
showing: boolean;
x: number;
y: number;