mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 14:10:52 +01:00
use window system
This commit is contained in:
@ -41,6 +41,20 @@ export default defineNuxtConfig({
|
||||
'pages/**',
|
||||
'types/**',
|
||||
],
|
||||
presets: [
|
||||
{
|
||||
from: '@vueuse/gesture',
|
||||
imports: [
|
||||
'useDrag',
|
||||
'useGesture',
|
||||
'useHover',
|
||||
'useMove',
|
||||
'usePinch',
|
||||
'useScroll',
|
||||
'useWheel',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
css: ['./assets/css/main.css'],
|
||||
|
||||
Reference in New Issue
Block a user