lint --fix
This commit is contained in:
@@ -103,14 +103,14 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
codeIcon: {
|
codeIcon: {
|
||||||
terminal: 'i-lucide-terminal',
|
terminal: 'i-lucide-terminal',
|
||||||
code:'vscode-icons:file-type-codekit',
|
code: 'vscode-icons:file-type-codekit'
|
||||||
},
|
},
|
||||||
codeCollapse: {
|
codeCollapse: {
|
||||||
slots: {
|
slots: {
|
||||||
root: 'relative [&_pre]:h-[350px]',
|
root: 'relative [&_pre]:h-[350px]',
|
||||||
footer: 'h-14 absolute inset-x-px bottom-px rounded-b-md flex items-center justify-center',
|
footer: 'h-14 absolute inset-x-px bottom-px rounded-b-md flex items-center justify-center',
|
||||||
trigger: 'group',
|
trigger: 'group',
|
||||||
triggerIcon: 'group-data-[state=open]:rotate-180',
|
triggerIcon: 'group-data-[state=open]:rotate-180'
|
||||||
},
|
},
|
||||||
variants: {
|
variants: {
|
||||||
open: {
|
open: {
|
||||||
|
Reference in New Issue
Block a user