mirror of
https://github.com/certd/certd.git
synced 2026-07-09 14:17:37 +08:00
chore(access-selector): add auto select first item function
1. 为access-selector组件添加defaultSelect属性支持自动选中第一个匹配项 2. 补全组件的typescript语法支持,新增onMounted等依赖导入 3. 在证书申请插件中启用默认选中功能
This commit is contained in:
@@ -375,6 +375,7 @@ export class CertApplyPlugin extends CertApplyBasePlugin {
|
||||
component: {
|
||||
name: "access-selector",
|
||||
type: "acmeAccount",
|
||||
defaultSelect: true,
|
||||
},
|
||||
required: false,
|
||||
helper: "直接本地生成,无需外部注册\n点击选择按钮->添加->填写邮箱->生成账号即可",
|
||||
|
||||
Reference in New Issue
Block a user