From 9f6992a2da8eb1f3842e69c8846dfff950d579e3 Mon Sep 17 00:00:00 2001 From: lstoeferle <48953604+lstoeferle@users.noreply.github.com> Date: Fri, 26 Feb 2021 23:14:55 +0100 Subject: [PATCH] Added vueuse to the docs --- README.md | 1 + src/views/About.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96aa5b0..5e58fd1 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This starter template will help you to easily create a Vue2 application bundled * Typescript support * Vue Router * Vue Composition-API +* VueUse * WindiCSS (TailwindCSS) + Dark Mode ## :package: Vite plugins diff --git a/src/views/About.vue b/src/views/About.vue index d5c4424..455081b 100644 --- a/src/views/About.vue +++ b/src/views/About.vue @@ -9,7 +9,7 @@ This starter template will help you to easily create a Vue2 application bundled by the lightning fast build tool called Vite. Besides Vite this template also provides typescript support, - TailwindCSS, vue-router and the vue composition-api for Vue2. + TailwindCSS, vue-router, vueuse and the vue composition-api for Vue2.