parent
7b34c27290
commit
0cec9f5afd
123 changed files with 4685 additions and 3607 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