Mi六
Mi六
  • 发布:2021-08-02 11:38
  • 更新:2021-08-02 11:38
  • 阅读:226

【报Bug】代码块设置异常

分类:MUI

产品分类: 其他/MUI

示例代码:
// 这是js自定义代码块中声明的代码  
"$isEmpty()": {  
		"prefix": "this.$isEmpty",  
		"body": [  
			"this.$isEmpty($1)"  
		],  
		"triggerAssist": false,  
		"description": "判断数据是否为空"  
}

操作步骤:
// 使用代码

预期结果:
this.$isEmpty(光标应该在这)

实际结果:
this.实际上光标在这isEmpty()

bug描述:

2021-08-02 11:38 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复