14 lines
202 B
Vue
14 lines
202 B
Vue
<template>
|
|
<NuxtLayout>
|
|
<NuxtPage />
|
|
</NuxtLayout>
|
|
</template>
|
|
|
|
<style lang="css">
|
|
@import '@unocss/reset/eric-meyer.css';
|
|
|
|
:root {
|
|
--primary-color: #fff;
|
|
--secondary-color: #000;
|
|
}
|
|
</style> |