Skip to content

Commit c8116ef

Browse files
committed
chore: nprogress ignore .d.files
1 parent a590ce2 commit c8116ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/src/use/initializer/plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { useToast } from 'vue-toastification'
55
import { useBreakpoint } from '../breakpoint'
66
import { useDOCXStore } from '@/store/docx'
77
import { useTransformer } from '../generator/transformer'
8+
// @ts-ignore
89
import { useNProgress } from '@vueuse/integrations/useNProgress'
910
import { useFormat } from '../format'
1011
import { useEnv } from '../env'

0 commit comments

Comments
 (0)