UNPKG

@nuxt/ui-pro

Version:

Ship beautiful web applications at the speed of light with Nuxt UI Pro.

6 lines (5 loc) 200 B
export default defineNuxtPlugin(() => { if (navigator && navigator.userAgent && navigator.userAgent.match(/Win[a-z0-9]*;/)) { document.documentElement.classList.add('nuxt-ui-scrollbars') } })