Commit 13702bac authored by chenqikuai's avatar chenqikuai

fix: 修复Toast时icon的显示 x3

parent 6380a42d
......@@ -21,9 +21,8 @@ Vue.use(VueClipboard);
import { Lazyload, Toast} from 'vant';
// import 'vant/lib/index.css';
Toast.setDefaultOptions({
Toast.setDefaultOptions('success', {
icon: ToastSuccess,
type: 'success',
});
Vue.use(Lazyload);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment