fix: 修复TelInput组件号码无法解析问题
This commit is contained in:
5
src/typings/vite-env.d.ts
vendored
5
src/typings/vite-env.d.ts
vendored
@@ -8,3 +8,8 @@ declare module '*.vue' {
|
||||
}
|
||||
|
||||
declare module 'vue3-smooth-dnd';
|
||||
|
||||
declare module 'intl-tel-input/intlTelInputWithUtils' {
|
||||
import intlTelInput from 'intl-tel-input';
|
||||
export default intlTelInput;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user