袁进勇

Results 2 issues of 袁进勇

## What happened? In 0.31.0 version, the DockerExtension had chagne from ``` public Set getTags() { return tags } ``` to ``` public Set getTags() { return Sets.union(this.tags, ImmutableSet.of(project.getVersion().toString())) }...

In Vue SFC file, with the following code ``` { "tag": "jy-dict", // "data": { "props": { "type": "radio", // 显示类型:radio、单选按钮;checkbox、多选按钮;其他取值为下拉框 "dict": "Common_YesNo", // 字典编码或者字典项列表如:["所属机构", "系统名称", "不显示名称" ] "dataType": "String"...