chore: remove additional radix-vue dependency from components registry

This commit is contained in:
Sadegh Barati 2023-12-20 22:32:03 +03:30
parent 728873dade
commit dd7da1372b

View File

@ -5,7 +5,6 @@ import { compileScript, parse } from 'vue/compiler-sfc'
import type { Registry } from '../../lib/registry'
const DEPENDENCIES = new Map<string, string[]>([
['radix-vue', []],
['@vueuse/core', []],
['v-calendar', []],
['@tanstack/vue-table', []],