perf: 支持配置公共ZeroSSL授权

This commit is contained in:
xiaojunnuo
2024-10-25 21:47:28 +08:00
parent 7aac1460c3
commit a90d1e68ee
5 changed files with 18 additions and 10 deletions
@@ -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();