diff --git a/package.json b/package.json index 7c2f06f..d5f105e 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" }, "dependencies": { + "@floating-ui/vue": "^0.2.1", "@headlessui/vue": "^1.7.3", "@heroicons/vue": "^2.0.12", "@vueuse/core": "^9.12.0", diff --git a/src/App.vue b/src/App.vue index 176d6a0..28dfc5b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,6 @@