mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-04-18 14:50:56 +08:00
fix(icon): file name casing cause import error
This commit is contained in:
parent
e0438b8ef3
commit
92424884f4
@ -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',
|
||||
|
@ -9,6 +9,7 @@
|
||||
"module": "ES6",
|
||||
"moduleResolution": "Node",
|
||||
"declaration": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"lib": [
|
||||
"ESNext",
|
||||
"DOM"
|
||||
|
Loading…
x
Reference in New Issue
Block a user