diff --git a/src/layouts/DefaultLayout.vue b/src/layouts/DefaultLayout.vue index ffd72350..e2e74376 100644 --- a/src/layouts/DefaultLayout.vue +++ b/src/layouts/DefaultLayout.vue @@ -198,17 +198,6 @@ const logoSrc = ref('') const appBarStyle = ref() const appBarColor = ref('') -alertsStore.addAlert({ - id: crypto.randomUUID(), - type: 'success', - message: 'hallo dit is een bericht', -}) -alertsStore.addAlert({ - id: crypto.randomUUID(), - type: 'success', - message: 'hallo dit is een bericht', -}) - function updateAppBarColor() { appBarColor.value = getComputedStyle(document.body).getPropertyValue( '--weboc-app-bar-bg-color',