jiushi21

Results 5 issues of jiushi21

Implemented an isReady async method to allow users to wait for the IndexedDB data loading process to complete. This enhancement addresses the need for a clear and straightforward way to...

size:M

PR 描述: 本次 PR 改动和新增特性:加入了国际化验证部分。具体改动如下: 1、引入 country-telephone-data 和 libphonenumber-js 库: country-telephone-data 用于提供国家电话前缀和对应的国旗emoji符号,libphonenumber-js 用于解析和验证输入的电话号码是否有效 2、新增 CountryPhoneInput.vue 组件: 为了支持国家地区号码前缀选择以及随之输入的电话号码,我们设计并实现了一个新的 Vue 组件 CountryPhoneInput.vue。该组件结合了 country-telephone-data 提供的数据和 libphonenumber-js 的电话号码解析功能 3、CountryPhoneInput组件和原先FormInput封装好的样式保持样式上的一致 4、表单验证: 利用 vee-validate 和 yup,对于电话号码字段,我们通过...

![image](https://github.com/cuixueshe/earthworm/assets/48662477/ef85d831-3553-4564-b0fb-c3b6bec5bb25) 终端因为questionInput命名警告warn,更改文件名和导入,解决warn

![image](https://github.com/cuixueshe/earthworm/assets/48662477/476f4d98-cb84-4ff6-836e-0b2f1dea701a) 1、修复了原先通用组件中和phone组件高度不一致问题 2、处理svg样式时候,顺便处理了密码显示开闭眼的样式

为进度条新增了样式效果