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