-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ Panel A
+
+
+
\ No newline at end of file
+
diff --git a/vite.config.ts b/vite.config.ts
index fc60a23..51a0492 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -6,6 +6,8 @@ import vueJsx from '@vitejs/plugin-vue-jsx'
import vueDevTools from 'vite-plugin-vue-devtools'
import tailwindcss from '@tailwindcss/postcss'
import autoprefixer from 'autoprefixer'
+import Components from 'unplugin-vue-components/vite'
+import RekaResolver from 'reka-ui/resolver'
// https://vite.dev/config/
export default defineConfig({
@@ -20,6 +22,18 @@ export default defineConfig({
}),
vueJsx(),
vueDevTools(),
+ Components(
+ {
+ dts: true,
+ resolvers: [
+ RekaResolver()
+
+ // RekaResolver({
+ // prefix: '' // use the prefix option to add Prefix to the imported components
+ // })
+ ],
+ }
+ )
],
resolve: {
alias: {