From 3787e82ec7c4e9f0661306d928d9479a9e5927a6 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Wed, 20 Jan 2021 20:40:49 +0800 Subject: [PATCH] chore(AddressEdit): remove createCommentVNode --- src/address-edit/index.js | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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({