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 845b221 commit 7b040b1Copy full SHA for 7b040b1
app/components/Compare/FacetQuadrantChart.vue
@@ -19,8 +19,6 @@ const props = defineProps<{
19
packages: string[]
20
}>()
21
22
-console.log(props.packagesData)
23
-
24
const colorMode = useColorMode()
25
const resolvedMode = shallowRef<'light' | 'dark'>('light')
26
const rootEl = shallowRef<HTMLElement | null>(null)
0 commit comments