fix: avoid failing resolve types by adding radix-vue to project deps in init command

This commit is contained in:
Sadegh Barati 2023-12-20 17:58:03 +03:30
parent b40321e3d9
commit ca49fd6bef

View File

@ -36,6 +36,7 @@ const PROJECT_DEPENDENCIES = {
'class-variance-authority',
'clsx',
'tailwind-merge',
'radix-vue',
],
nuxt: [
'@nuxtjs/tailwindcss',