diff --git a/.gitignore b/.gitignore index 36c9a1a..019fec4 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ coverage/ *.lcov .junit/ /cores/ +/src-tauri/gen/ diff --git a/src/components/notify/notificationProvider.vue b/src/components/notify/notificationProvider.vue index ecf3be3..f1479e7 100644 --- a/src/components/notify/notificationProvider.vue +++ b/src/components/notify/notificationProvider.vue @@ -6,7 +6,7 @@ v-model="visible[item.id]" :timeout="item.timeout" :color="item.color" - :variant="item.variant" + :variant="item.variant as any" top right :style="{