mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
chore(AddressEdit): use createCommentVNode instead of h
This commit is contained in:
@@ -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({
|
||||
|
Reference in New Issue
Block a user