From dc93ef3f20e14483f21edab159c8534348f23ffd Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Mon, 11 Jan 2021 20:12:09 +0800 Subject: [PATCH] chore(AddressEdit): use createCommentVNode instead of h --- src/address-edit/index.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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({