diff --git a/resources/js/Components/POS/DashboardButton.vue b/resources/js/Components/POS/DashboardButton.vue index 6472190..3e8d3f6 100644 --- a/resources/js/Components/POS/DashboardButton.vue +++ b/resources/js/Components/POS/DashboardButton.vue @@ -14,6 +14,10 @@ const props = defineProps({ type: String, default: '' }, + method: { + type: String, + default: 'GET' + }, icon: { type: String, default: '' @@ -22,7 +26,7 @@ const props = defineProps({