We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a24bd3d commit b12a889Copy full SHA for b12a889
docs/components/Footer.vue
@@ -1,7 +1,6 @@
1
<template>
2
<UFooter :links="links">
3
- <template #left>
4
- </template>
+ <template #left />
5
6
<template #right>
7
<UColorModeButton v-if="footer?.colorMode" />
package.json
@@ -92,6 +92,7 @@
92
"@nuxt/devtools-ui-kit": "^1.3.1",
93
"@nuxt/module-builder": "^0.6.0",
94
"@nuxt/test-utils": "3.13.0",
95
+ "@types/semver": "^7.5.8",
96
"@unhead/schema": "^1.9.10",
97
"acorn-loose": "^8.4.0",
98
"bumpp": "^9.4.1",
0 commit comments