diff --git a/apps/vdn-static/package.json b/apps/vdn-static/package.json index 599813b..c8f678a 100644 --- a/apps/vdn-static/package.json +++ b/apps/vdn-static/package.json @@ -11,6 +11,8 @@ "dependencies": { "@tailwindcss/vite": "^4.1.6", "@types/node": "^22.15.17", + "@vueuse/components": "^13.3.0", + "@vueuse/core": "^13.3.0", "bulma": "^1.0.4", "tailwindcss": "^4.1.6", "vue": "^3.5.13", diff --git a/apps/vdn-static/src/App.vue b/apps/vdn-static/src/App.vue index 371ef2a..86a7d91 100644 --- a/apps/vdn-static/src/App.vue +++ b/apps/vdn-static/src/App.vue @@ -1,17 +1,22 @@