GF-3 - Added shadcn

This commit is contained in:
Liviu Burcusel 2025-12-20 15:38:46 +01:00
parent f12adba733
commit 2ed0a69e70
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C
15 changed files with 698 additions and 11 deletions

View file

@ -0,0 +1,5 @@
import { provideSSRWidth } from "@vueuse/core";
export default defineNuxtPlugin((nuxtApp) => {
provideSSRWidth(1024, nuxtApp.vueApp);
});