mirror of
https://github.com/youzan/vant.git
synced 2026-04-05 02:05:11 +08:00
chore(AddressEdit): remove createCommentVNode
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user