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