22 lines
304 B
Vue
Executable File
22 lines
304 B
Vue
Executable File
<script lang="ts" setup>
|
|
</script>
|
|
<template>
|
|
<div>
|
|
<NuxtPwaManifest />
|
|
<n-loading-bar-provider>
|
|
<NuxtLayout>
|
|
<NuxtPage />
|
|
</NuxtLayout>
|
|
</n-loading-bar-provider>
|
|
</div>
|
|
</template>
|
|
|
|
<style lang="scss">
|
|
@import "base";
|
|
|
|
:root {
|
|
--primary-color: $primary-color
|
|
}
|
|
|
|
</style>
|