fix: 🐛 Various bugfixes

This commit is contained in:
Jesse Wierzbinski 2024-05-11 23:23:38 -10:00
parent 52c1f1c57f
commit 6d2b607f2b
No known key found for this signature in database
10 changed files with 76 additions and 111 deletions

View file

@ -9,7 +9,7 @@
<script lang="ts" setup>
import type { ButtonHTMLAttributes } from "vue";
interface Props extends /* @vue-ignore */ ButtonHTMLAttributes { }
interface Props extends /* @vue-ignore */ ButtonHTMLAttributes {}
defineProps<
Props & {

View file

@ -11,7 +11,7 @@
<script lang="ts" setup>
import type { ButtonHTMLAttributes } from "vue";
interface Props extends /* @vue-ignore */ ButtonHTMLAttributes { }
interface Props extends /* @vue-ignore */ ButtonHTMLAttributes {}
defineProps<
Props & {