调整错别字

This commit is contained in:
songgaoshuai 2023-08-25 17:39:16 +08:00
parent 0bf5f8c650
commit 02776b0566
4 changed files with 4 additions and 4 deletions

View File

@ -124,7 +124,7 @@ const handleMouseLeave = async () => {
popupVisible.value = false;
};
/**
* 对外暴露子组方法
* 对外暴露子组方法
*/
defineExpose({
init

View File

@ -344,7 +344,7 @@ const submitFileForm = async () => {
};
const emits = defineEmits(['submitCallback']);
/**
* 对外暴露子组方法
* 对外暴露子组方法
*/
defineExpose({
getAddMultiInstanceList,

View File

@ -87,7 +87,7 @@ const handleBackProcess = async () => {
};
/**
* 对外暴露子组方法
* 对外暴露子组方法
*/
defineExpose({
openDialog

View File

@ -29,7 +29,7 @@ function openDialog (url, type) {
data.type = type
}
/**
* 对外暴露子组方法
* 对外暴露子组方法
*/
defineExpose({
openDialog