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