mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-08 22:53:24 +00:00
10 lines
129 B
Vue
10 lines
129 B
Vue
<template>
|
|
<div class="bg-white font-roboto">
|
|
<Nuxt />
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {};
|
|
</script>
|