From 1a3a196d7a16df58c1cf0830294917f10a5dd852 Mon Sep 17 00:00:00 2001 From: geoffrey45 Date: Wed, 25 May 2022 22:22:22 +0300 Subject: [PATCH] install @vueuse/core - I tried out virtualList and run into an issue: container height needs to be known beforehand --- package.json | 1 + yarn.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0acbe885..0861b036 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src" }, "dependencies": { + "@vueuse/core": "^8.5.0", "@vueuse/motion": "^2.0.0-beta.18", "axios": "^0.26.1", "defu": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index db0c383e..db8a140f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -376,7 +376,7 @@ resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.29.tgz#07dac7051117236431d2f737d16932aa38bbb925" integrity sha512-BjNpU8OK6Z0LVzGUppEk0CMYm/hKDnZfYdjSmPOs0N+TR1cLKJAkDwW8ASZUvaaSLEi6d3hVM7jnWnX+6yWnHw== -"@vueuse/core@^8.1.2": +"@vueuse/core@^8.1.2", "@vueuse/core@^8.5.0": version "8.5.0" resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-8.5.0.tgz#2b7548e52165c88e1463756c36188e105d806543" integrity sha512-VEJ6sGNsPlUp0o9BGda2YISvDZbhWJSOJu5zlp2TufRGVrLcYUKr31jyFEOj6RXzG3k/H4aCYeZyjpItfU8glw==