We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af6279 commit ebb2aa2Copy full SHA for ebb2aa2
create-quasar/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-quasar",
3
- "version": "1.11.3",
+ "version": "1.11.4",
4
"description": "Scaffolds Quasar Apps, AppExtensions or UI kits",
5
"type": "module",
6
"author": {
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
create-quasar/templates/app/quasar-v2/ts-webpack-4/pinia/src/stores/index.ts
0 commit comments