Skip to content

Commit

Permalink
fix: исправлена ошибка зависимостей функции useAutoImport
Browse files Browse the repository at this point in the history
  • Loading branch information
LorexIQ committed Nov 14, 2024
1 parent ff4ec11 commit a93bd37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/composables/useAutoImport.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { ModuleOptionsExtend } from '../types';
import { useRuntimeConfig, useNuxtApp } from '#imports';

export default function () {
const runtimeConfig = useRuntimeConfig().public.autoImport as ModuleOptionsExtend;
Expand Down

0 comments on commit a93bd37

Please sign in to comment.