From 16d6c8f992287d6c78493ba01695795a9f28eb93 Mon Sep 17 00:00:00 2001 From: Boris Serebrov Date: Sun, 13 Nov 2022 10:34:56 -0500 Subject: [PATCH] [#236] Remove VirtualScrollPicker and vue-virtual-scroller dependency. --- README.md | 14 +- package-lock.json | 75 +- package.json | 7 +- .../picker-virtual-scroll-spec.js.snap | 19683 ---------------- spec/picker-virtual-scroll-spec.js | 334 - src/components/VirtualScrollPicker.vue | 283 - 6 files changed, 37 insertions(+), 20359 deletions(-) delete mode 100644 spec/__snapshots__/picker-virtual-scroll-spec.js.snap delete mode 100644 spec/picker-virtual-scroll-spec.js delete mode 100644 src/components/VirtualScrollPicker.vue diff --git a/README.md b/README.md index 3943eba7..fd4d0221 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,12 @@ This was the reason to fork and change it, the demo is [here](https://serebrov.g
-## Demo app +# Demo app Live demo app: https://serebrov.github.io/emoji-mart-vue/ Demo application code is [under the ./docs folder](./docs). -## Installation +# Installation Install from npm: `npm install --save emoji-mart-vue-fast`. @@ -30,7 +30,7 @@ It is also possible to install directly from github (could be useful for forks): Here is the list of [releases](https://github.com/serebrov/emoji-mart-vue/releases). -## Vue 3 Support +# Vue 3 Support Component works with Vue 3, [here is a simple demo app](https://github.com/serebrov/emoji-mart-vue3-demo). @@ -38,7 +38,7 @@ Live demo: https://serebrov.github.io/emoji-mart-vue3-demo/. See also: [#88](https://github.com/serebrov/emoji-mart-vue/issues/88). -## Quick Example +# Quick Example ```