Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed Jun 10, 2024
1 parent 0d49874 commit 5b14a19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc-auto-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@
"injectLocal": true,
"provideLocal": true,
"storeRouteMapping": true,
"useClipboardItems": true
"useClipboardItems": true,
"markdown": true
}
}
1 change: 1 addition & 0 deletions auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ declare global {
const mapStores: typeof import('pinia')['mapStores']
const mapWritableState: typeof import('pinia')['mapWritableState']
const markRaw: typeof import('vue')['markRaw']
const markdown: typeof import('./src/utils/markdown')['default']
const nextTick: typeof import('vue')['nextTick']
const onActivated: typeof import('vue')['onActivated']
const onBeforeMount: typeof import('vue')['onBeforeMount']
Expand Down

0 comments on commit 5b14a19

Please sign in to comment.