全局通用toast通知
集成了 vue-toastification,你可以在 src
目录下所有文件中使用它 👇
ts
// src 下任何文件都是可用的
toast.info("信息");
toast.error("失败");
toast.warning("警告");
toast.success("成功");
具体可见 👉 全局通用 toast 通知