Improve mobile usability #30

Merged
jacob1123 merged 14 commits from mobile-usability into master 2022-03-01 21:33:07 +01:00
Showing only changes of commit 08bda8d14f - Show all commits

View File

@ -3,7 +3,7 @@ import Card from '../components/Card.vue';
import { ref } from "vue"; import { ref } from "vue";
const props = defineProps<{ const props = defineProps<{
buttonText: string, buttonText?: string,
}>(); }>();
const emit = defineEmits<{ const emit = defineEmits<{