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