Skip to content

Commit

Permalink
chore: fix import suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Feb 13, 2024
1 parent a7529d9 commit 567c5ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"prettier.enable": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.preferences.autoImportFileExcludePatterns": [
"vue-router",
"vue-router$",
],
"typescript.tsdk": "node_modules/typescript/lib"
}
2 changes: 1 addition & 1 deletion playground/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { createApp } from 'vue'
import App from './App.vue'
import {
createWebHistory,
createRouter,
createWebHistory,
DataLoaderPlugin,
} from 'vue-router/auto'
import { VueQueryPlugin } from '@tanstack/vue-query'
Expand Down

0 comments on commit 567c5ee

Please sign in to comment.