diff --git a/lang/id.json b/lang/id.json index dd83c9d..228ef6b 100644 --- a/lang/id.json +++ b/lang/id.json @@ -134,5 +134,6 @@ "referenceerror: currencyhash is not defined": "ReferenceError: currencyHash is not defined", "typeerror: can't access property \"code\", (intermediate value).country.country is undefined": "TypeError: can't access property \"code\", (intermediate value).country.country is undefined", "typeerror: can't access property \"code\", (intermediate value).country[0] is undefined": "TypeError: can't access property \"code\", (intermediate value).country[0] is undefined", - "error: request failed with status code 419": "Error: Request failed with status code 419" + "error: request failed with status code 419": "Error: Request failed with status code 419", + "error: network error": "Error: Network Error" } \ No newline at end of file diff --git a/resources/js/Layouts/GuestLayout.vue b/resources/js/Layouts/GuestLayout.vue index c235439..a2f6277 100644 --- a/resources/js/Layouts/GuestLayout.vue +++ b/resources/js/Layouts/GuestLayout.vue @@ -37,6 +37,7 @@ let tsettings = computed(() => { return `${country} / ${settingsStore.currency}`; }); + const fetch_menu = async () => { try { const response = await axios.get(route('menu.user')) @@ -195,8 +196,8 @@ onMounted(fetch_menu); + +
+ + +
+