diff --git a/apps/vdn-static/package.json b/apps/vdn-static/package.json index c7a1edc..6f95f02 100644 --- a/apps/vdn-static/package.json +++ b/apps/vdn-static/package.json @@ -12,6 +12,8 @@ "@tailwindcss/vite": "^4.1.6", "@types/node": "^22.15.17", "axios": "^1.11.0", + "@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 7d86f51..9d8265e 100644 --- a/apps/vdn-static/src/App.vue +++ b/apps/vdn-static/src/App.vue @@ -1,17 +1,22 @@