mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +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
|
// Utils
|
||||||
import { createNamespace, isObject } from '../utils';
|
import { createNamespace, isObject } from '../utils';
|
||||||
@ -282,7 +289,7 @@ export default createComponent({
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return h();
|
return createCommentVNode();
|
||||||
};
|
};
|
||||||
|
|
||||||
useExpose({
|
useExpose({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user