mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-18 18:19:46 +08:00
chore(Dialog): remove log
This commit is contained in:
parent
f3ff931ebf
commit
040418dcd9
@ -56,7 +56,7 @@ function Dialog(options) {
|
|||||||
|
|
||||||
nextTick(() => {
|
nextTick(() => {
|
||||||
instance.dialogProps.show = true;
|
instance.dialogProps.show = true;
|
||||||
})
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -111,7 +111,6 @@ Dialog.resetDefaultOptions = () => {
|
|||||||
Dialog.resetDefaultOptions();
|
Dialog.resetDefaultOptions();
|
||||||
|
|
||||||
Dialog.install = (app) => {
|
Dialog.install = (app) => {
|
||||||
console.log('use VanDialog', VanDialog);
|
|
||||||
app.use(VanDialog);
|
app.use(VanDialog);
|
||||||
app.config.globalProperties.$dialog = Dialog;
|
app.config.globalProperties.$dialog = Dialog;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user