修改了首页
This commit is contained in:
16
app/app.vue
Normal file
16
app/app.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<a-config-provider :theme="theme">
|
||||
<NuxtLayout>
|
||||
<NuxtRouteAnnouncer />
|
||||
<NuxtPage />
|
||||
</NuxtLayout>
|
||||
</a-config-provider>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
const theme = {
|
||||
token: {
|
||||
// Ant Design Vue primary color -> green
|
||||
colorPrimary: '#16a34a'
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user