Merge branch 'v3' into feat/3880

This commit is contained in:
HugoRCD
2025-07-03 16:41:03 +02:00
85 changed files with 1206 additions and 716 deletions

View File

@@ -1,5 +1,6 @@
import { describe, it, expect } from 'vitest'
import CommandPalette, { type CommandPaletteProps, type CommandPaletteSlots } from '../../src/runtime/components/CommandPalette.vue'
import CommandPalette from '../../src/runtime/components/CommandPalette.vue'
import type { CommandPaletteProps, CommandPaletteSlots } from '../../src/runtime/components/CommandPalette.vue'
import ComponentRender from '../component-render'
describe('CommandPalette', () => {