mirror of
https://github.com/SrIzan10/helium.git
synced 2026-06-06 00:56:58 +00:00
5 lines
137 B
TypeScript
5 lines
137 B
TypeScript
import { provideSSRWidth } from '@vueuse/core'
|
|
|
|
export default defineNuxtPlugin((nuxtApp) => {
|
|
provideSSRWidth(1024, nuxtApp.vueApp)
|
|
}) |