mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
perf: 支持配置公共ZeroSSL授权
This commit is contained in:
+3
-3
@@ -28,9 +28,9 @@ export default {
|
||||
});
|
||||
}
|
||||
options.value = array;
|
||||
if (props.modelValue == null && options.value.length > 0) {
|
||||
ctx.emit("update:modelValue", options.value[0].value);
|
||||
}
|
||||
// if (props.modelValue == null && options.value.length > 0) {
|
||||
// ctx.emit("update:modelValue", options.value[0].value);
|
||||
// }
|
||||
}
|
||||
onCreate();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user