GF-3 - Added shadcn
This commit is contained in:
parent
f12adba733
commit
2ed0a69e70
15 changed files with 698 additions and 11 deletions
5
app/plugins/50-ssr-width.ts
Normal file
5
app/plugins/50-ssr-width.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { provideSSRWidth } from "@vueuse/core";
|
||||
|
||||
export default defineNuxtPlugin((nuxtApp) => {
|
||||
provideSSRWidth(1024, nuxtApp.vueApp);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue