chore(AddressEdit): remove createCommentVNode
This commit is contained in:
@@ -1,11 +1,4 @@
|
|||||||
import {
|
import { ref, watch, computed, nextTick, reactive } from 'vue';
|
||||||
ref,
|
|
||||||
watch,
|
|
||||||
computed,
|
|
||||||
nextTick,
|
|
||||||
reactive,
|
|
||||||
createCommentVNode,
|
|
||||||
} from 'vue';
|
|
||||||
|
|
||||||
// Utils
|
// Utils
|
||||||
import { createNamespace, isObject } from '../utils';
|
import { createNamespace, isObject } from '../utils';
|
||||||
@@ -289,7 +282,7 @@ export default createComponent({
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return createCommentVNode();
|
return null;
|
||||||
};
|
};
|
||||||
|
|
||||||
useExpose({
|
useExpose({
|
||||||
|
|||||||
Reference in New Issue
Block a user