diff --git a/src/address-edit/index.js b/src/address-edit/index.js index 75d80dee7..907556447 100644 --- a/src/address-edit/index.js +++ b/src/address-edit/index.js @@ -1,4 +1,11 @@ -import { h, ref, watch, computed, nextTick, reactive } from 'vue'; +import { + ref, + watch, + computed, + nextTick, + reactive, + createCommentVNode, +} from 'vue'; // Utils import { createNamespace, isObject } from '../utils'; @@ -282,7 +289,7 @@ export default createComponent({ ); } - return h(); + return createCommentVNode(); }; useExpose({