From 4bcbe41a391602a997dd376fb4dd321e52cad949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Herrmann?= Date: Wed, 6 Jul 2022 16:31:30 +0200 Subject: [PATCH] feat: migrate to vue 2.7 --- README.md | 7 +- package.json | 16 +- src/auto-imports.d.ts | 57 +- src/components.d.ts | 12 +- src/components/Features.vue | 11 +- src/components/Navbar.vue | 1 + src/main.ts | 12 +- tsconfig.json | 3 +- vite.config.js | 8 +- yarn.lock | 2242 ++++++++++++----------------------- 10 files changed, 815 insertions(+), 1554 deletions(-) diff --git a/README.md b/README.md index fb3c84f..96f1cb7 100644 --- a/README.md +++ b/README.md @@ -11,21 +11,18 @@ ## Features * ⚡️ [Vite](https://github.com/vitejs/vite), [Vue 2](https://github.com/vuejs/vue) - lightning fast -* 🔥 [Composition-API](https://github.com/vuejs/composition-api) with [\