fix(icon): file name casing cause import error

This commit is contained in:
07akioni 2021-02-05 14:01:26 +08:00
parent e0438b8ef3
commit 92424884f4
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// private
import { h, provide, defineComponent } from 'vue'
import commonProps from './common-props'
import type { IconConfigProviderInjection } from './icon'
import type { IconConfigProviderInjection } from './Icon'
export default defineComponent({
name: 'IconConfigProvider',

View File

@ -9,6 +9,7 @@
"module": "ES6",
"moduleResolution": "Node",
"declaration": true,
"forceConsistentCasingInFileNames": true,
"lib": [
"ESNext",
"DOM"