mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
chore(AddressEdit): use createCommentVNode instead of h
This commit is contained in:
parent
ec1aef91de
commit
dc93ef3f20
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user