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 0af8b66 commit d1b25d5Copy full SHA for d1b25d5
app/components/ColorizedRuleName.vue
@@ -6,7 +6,10 @@ const props = defineProps<{
6
prefix?: string
7
url?: string
8
as?: string
9
- deprecated?: boolean
+ deprecated?: boolean | {
10
+ message?: string
11
+ url?: string
12
+ }
13
borderless?: boolean
14
break?: boolean
15
}>()
eslint.config.js
@@ -2,9 +2,9 @@
2
import antfu from '@antfu/eslint-config'
3
import nuxt from './.nuxt/eslint.config.mjs'
4
5
-export default nuxt()
+export default await nuxt()
.prepend(
- antfu(
+ await antfu(
{
unocss: true,
vue: {
0 commit comments