mirror of
https://github.com/rustfs/console.git
synced 2026-09-24 16:30:56 +08:00
6 lines
138 B
TypeScript
6 lines
138 B
TypeScript
import { provideSSRWidth } from '@vueuse/core'
|
|
|
|
export default defineNuxtPlugin((nuxtApp) => {
|
|
provideSSRWidth(1024, nuxtApp.vueApp)
|
|
})
|