feat: update modal

This commit is contained in:
2024-05-08 16:41:14 +02:00
parent b3289d6aab
commit f1fcde8459
7 changed files with 91 additions and 87 deletions
-2
View File
@@ -22,8 +22,6 @@ export const useTooltipStore = defineStore('tooltipStore', {
show(_e: MouseEvent, type: string, value?: string) {
if (!isTooltip(type)) return;
console.log(type, value);
this.type = type;
this.content = value ?? '';
},