Compare commits
No commits in common. '81f8336543ffbab82fbb194ff22ef4953e535867' and '586c03c93505dac7885ce870ed630a41f8dfeba8' have entirely different histories.
81f8336543
...
586c03c935
@ -1,16 +1,14 @@
|
||||
export default defineAppConfig({
|
||||
nuxtIcon: {
|
||||
size: '24px', // default <Icon> size applied
|
||||
class: 'icon', // default <Icon> class applied
|
||||
aliases: {
|
||||
nuxt: 'logos:nuxt-icon',
|
||||
loading: 'svg-spinners:90-ring-with-bg',
|
||||
twitter: 'mdi:twitter',
|
||||
github: 'mdi:github',
|
||||
plus: 'mdi:plus',
|
||||
user: 'mdi:account-circle',
|
||||
home: 'material-symbols:home-rounded',
|
||||
search: 'material-symbols:search',
|
||||
},
|
||||
},
|
||||
nuxtIcon: {
|
||||
size: '24px', // default <Icon> size applied
|
||||
class: 'icon', // default <Icon> class applied
|
||||
aliases: {
|
||||
nuxt: 'logos:nuxt-icon',
|
||||
loading: 'svg-spinners:90-ring-with-bg',
|
||||
twitter: 'logos:twitter',
|
||||
github: 'mdi:github',
|
||||
plus: 'mdi:plus',
|
||||
user: 'mdi:account-circle',
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<NuxtPage />
|
||||
</div>
|
||||
<div>
|
||||
<!-- <NuxtWelcome /> -->
|
||||
<NuxtPage />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Loading…
Reference in New Issue