refactor(client): explicit showing property for tooltips (#9368)
This commit is contained in:
committed by
GitHub
parent
049373de3b
commit
1b6473ac27
@@ -16,7 +16,7 @@
|
||||
import { } from 'vue';
|
||||
import MkTooltip from './MkTooltip.vue';
|
||||
|
||||
const props = defineProps<{
|
||||
defineProps<{
|
||||
showing: boolean;
|
||||
x: number;
|
||||
y: number;
|
||||
|
||||
Reference in New Issue
Block a user