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 6c57898 commit 60f3f19Copy full SHA for 60f3f19
packages/vite/src/app/components/data/RawEventsTable.vue
@@ -2,7 +2,6 @@
2
import type { RolldownEvent } from '~~/node/rolldown/events-manager'
3
import type { SessionContext } from '~~/shared/types'
4
import { Dropdown as VDropdown } from 'floating-vue'
5
-import { withDefaults } from 'vue'
6
7
type FIELDS = 'module_id' | 'action' | 'content' | 'timestamp' | 'event_id' | 'plugin_name' | '*'
8
packages/vite/src/app/components/data/SearchPanel.vue
@@ -1,7 +1,6 @@
1
<script setup lang="ts">
import type { FilterMatchRule } from '~/utils/icon'
import { useVModel } from '@vueuse/core'
interface ModelValue { search?: string | false, selected?: string[] | null }
0 commit comments