Jason
Jason
1.To create more than 1 fsm with the same config, const cfg = { ... events: { ... { name: 'step', from: 'init', to: ['a', 'b', 'c'], condition: function (options)...
let doc = articles.doc('JDt5'); step 1: 假设 不存在以JDt5 为id 的对象, 该方法仍然返回一合法对象 if(doc) { step 2: 无法判断是否为空 let data = doc.get() // 出错 建议修改:localDB.js , line 61: return data ? {....}...
### 重现链接 https://vant-ui.github.io/vant/#/zh-CN/field ### Vant 版本 4.9.21 ### 描述一下你遇到的问题。 使用官方连接,在chrome中,不显示密码框右侧显示隐藏密码图标,在Edge中正常显示 ### 重现步骤 在密码框中输入一个密码,密码输入框输入框右侧会显示一个眼睛的图标,在chrome中此功能失效, edge浏览器正常 ### 设备/浏览器 chrome/pc, edge/pc