alwayrun
alwayrun
为什么 cn-chengdu 不在 IsValidRegion checks Ali supported region
大佬后继能不能再整一个 Raft 的系列

### 请描述您的需求或者改进建议 请求新增一个微信的交流群 ### 请描述你建议的实现案例 _No response_ ### 附加信息 _No response_
Result: Error setting machine configuration from flags provided: invalid region specified; Timeout waiting for ssh key
好久没更新了,后续还会更新吗?
### 分类 前端 ### 系统 Mac ### 复现步骤 questionModule/PreviewPanel.vue 在下列函数处增加 console.log(currentEditOne) 测试复现问题 ```ts async onSelectEditOne(currentEditOne) { console.log(currentEditOne) this.$store.commit('edit/setCurrentEditOne', currentEditOne) }, ``` ### 预期结果 不同题型切换只会触发一次选中,对于标题区域及提交区域切换只触发了一次选中,但中间问卷配置区域题型切换则触发两次选中 ### 实际结果 第一次选中标题(当前选中区域在标题,则控制台输出为 mainTitle) 第二次选中第一题(当前选中区域在第一题,则控制台输出为第一行两行 索引号)...
### 改动内容 render/App.vue
### 改动内容 下列组件, 调整成 Vue3 组合式 API 写法 ```bash render ├── components │ ├── AlertDialog.vue │ ├── ConfirmDialog.vue │ ├── HeaderSetter.vue │ ├── LogoIcon.vue │ ├── MainRenderer.vue │ ├── MainTitle.vue...