chore(AddressEdit): remove createCommentVNode

This commit is contained in:
chenjiahan 2021-01-20 20:40:49 +08:00
parent 57ce019d5e
commit 3787e82ec7

View File

@ -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({