调整错别字
This commit is contained in:
parent
0bf5f8c650
commit
02776b0566
@ -124,7 +124,7 @@ const handleMouseLeave = async () => {
|
||||
popupVisible.value = false;
|
||||
};
|
||||
/**
|
||||
* 对外暴露子组建方法
|
||||
* 对外暴露子组件方法
|
||||
*/
|
||||
defineExpose({
|
||||
init
|
||||
|
@ -344,7 +344,7 @@ const submitFileForm = async () => {
|
||||
};
|
||||
const emits = defineEmits(['submitCallback']);
|
||||
/**
|
||||
* 对外暴露子组建方法
|
||||
* 对外暴露子组件方法
|
||||
*/
|
||||
defineExpose({
|
||||
getAddMultiInstanceList,
|
||||
|
@ -87,7 +87,7 @@ const handleBackProcess = async () => {
|
||||
};
|
||||
|
||||
/**
|
||||
* 对外暴露子组建方法
|
||||
* 对外暴露子组件方法
|
||||
*/
|
||||
defineExpose({
|
||||
openDialog
|
||||
|
@ -29,7 +29,7 @@ function openDialog (url, type) {
|
||||
data.type = type
|
||||
}
|
||||
/**
|
||||
* 对外暴露子组建方法
|
||||
* 对外暴露子组件方法
|
||||
*/
|
||||
defineExpose({
|
||||
openDialog
|
||||
|
Loading…
x
Reference in New Issue
Block a user