Files
merakiui/layouts/default.vue
2022-08-14 12:11:29 +02:00

13 lines
398 B
Vue

<template>
<div class="relative bg-white font-roboto">
<section class="flex items-center justify-center px-6 py-4 bg-gray-800 ">
<span class="text-lg tracking-wide text-white">Meraki UI Rebranding on <span class="underline decoration-blue-400">26 AUG</span> stay tuned</span>
</section>
<Nuxt />
</div>
</template>
<script>
export default {};
</script>