From ebb2aa2a62049cd21f5cd9e6580692b0bd53caae Mon Sep 17 00:00:00 2001 From: Razvan Stoenescu Date: Mon, 9 Dec 2024 06:40:20 +0200 Subject: [PATCH] fix(create-quasar): remove unused vue-router import in ts templates --- create-quasar/package.json | 2 +- .../templates/app/quasar-v2/ts-vite-2/pinia/src/stores/index.ts | 1 - .../app/quasar-v2/ts-webpack-4/pinia/src/stores/index.ts | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/create-quasar/package.json b/create-quasar/package.json index f9f8bab9ecd..6f4577974f9 100644 --- a/create-quasar/package.json +++ b/create-quasar/package.json @@ -1,6 +1,6 @@ { "name": "create-quasar", - "version": "1.11.3", + "version": "1.11.4", "description": "Scaffolds Quasar Apps, AppExtensions or UI kits", "type": "module", "author": { diff --git a/create-quasar/templates/app/quasar-v2/ts-vite-2/pinia/src/stores/index.ts b/create-quasar/templates/app/quasar-v2/ts-vite-2/pinia/src/stores/index.ts index e3db07b590f..066de2a2ecd 100644 --- a/create-quasar/templates/app/quasar-v2/ts-vite-2/pinia/src/stores/index.ts +++ b/create-quasar/templates/app/quasar-v2/ts-vite-2/pinia/src/stores/index.ts @@ -1,6 +1,5 @@ import { defineStore } from '#q-app/wrappers' import { createPinia } from 'pinia' -import type { Router } from 'vue-router'; /* * When adding new properties to stores, you should also diff --git a/create-quasar/templates/app/quasar-v2/ts-webpack-4/pinia/src/stores/index.ts b/create-quasar/templates/app/quasar-v2/ts-webpack-4/pinia/src/stores/index.ts index e3db07b590f..066de2a2ecd 100644 --- a/create-quasar/templates/app/quasar-v2/ts-webpack-4/pinia/src/stores/index.ts +++ b/create-quasar/templates/app/quasar-v2/ts-webpack-4/pinia/src/stores/index.ts @@ -1,6 +1,5 @@ import { defineStore } from '#q-app/wrappers' import { createPinia } from 'pinia' -import type { Router } from 'vue-router'; /* * When adding new properties to stores, you should also