From ff907458b9b2ce058b0a67ab252b7600955667ec Mon Sep 17 00:00:00 2001 From: lstoeferle <48953604+lstoeferle@users.noreply.github.com> Date: Thu, 25 Feb 2021 11:19:35 +0100 Subject: [PATCH] Fixed composition api issues --- README.md | 6 +----- package.json | 4 ++-- src/App.vue | 2 +- src/main.ts | 4 +--- 4 files changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ed17792..add04a1 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,4 @@ Example project for a Vue 2 SPA using Vite and composition API * [`vite-plugin-vue2`](https://github.com/underfin/vite-plugin-vue2) * [`vite-plugin-components`](https://github.com/antfu/vite-plugin-components) -* [` vite-plugin-windicss`](https://github.com/windicss/vite-plugin-windicss) - -## TODO - -Fix @vue/composition-api issues using @vueuse/core +* [` vite-plugin-windicss`](https://github.com/windicss/vite-plugin-windicss) \ No newline at end of file diff --git a/package.json b/package.json index b41ea6d..622794e 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "scripts": { "dev": "vite", "build": "vite build", - "lint": "eslint './src//**/*.{js,ts,tsx,vue,md}'", - "lint:fix": "eslint './src//**/*.{js,ts,tsx,vue,md}' --fix" + "lint": "eslint './src/**/*.{js,ts,tsx,vue,md}'", + "lint:fix": "eslint './src/**/*.{js,ts,tsx,vue,md}' --fix" }, "dependencies": { "@vue/composition-api": "1.0.0-rc.2", diff --git a/src/App.vue b/src/App.vue index 1e1966a..a056648 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,7 +9,7 @@