Skip to content

Commit

Permalink
fix(create-quasar): remove unused vue-router import in ts templates
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Dec 9, 2024
1 parent 3af6279 commit ebb2aa2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion create-quasar/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ebb2aa2

Please sign in to comment.