Make buttonText optional
This commit is contained in:
parent
d0ade0f2f1
commit
08bda8d14f
@ -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<{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user