Skip to content

Commit ebb2aa2

Browse files
committed
fix(create-quasar): remove unused vue-router import in ts templates
1 parent 3af6279 commit ebb2aa2

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

create-quasar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-quasar",
3-
"version": "1.11.3",
3+
"version": "1.11.4",
44
"description": "Scaffolds Quasar Apps, AppExtensions or UI kits",
55
"type": "module",
66
"author": {

create-quasar/templates/app/quasar-v2/ts-vite-2/pinia/src/stores/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { defineStore } from '#q-app/wrappers'
22
import { createPinia } from 'pinia'
3-
import type { Router } from 'vue-router';
43

54
/*
65
* When adding new properties to stores, you should also

create-quasar/templates/app/quasar-v2/ts-webpack-4/pinia/src/stores/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { defineStore } from '#q-app/wrappers'
22
import { createPinia } from 'pinia'
3-
import type { Router } from 'vue-router';
43

54
/*
65
* When adding new properties to stores, you should also

0 commit comments

Comments
 (0)